ios-demo-app icon indicating copy to clipboard operation
ios-demo-app copied to clipboard

iOS Issue - pytorch 1.60

Open zy885137 opened this issue 5 years ago • 0 comments

Unknown builtin op: aten::mul. Could not find any similar ops to aten::mul. This op may not exist or may not be currently supported in TorchScript. : File "", line 3

def mul(a : float, b : Tensor) -> Tensor: return b * a ~~~~~ <--- HERE def add(a : float, b : Tensor) -> Tensor: return b + a

zy885137 avatar Jul 30 '20 12:07 zy885137