Uses of Class
org.apache.tvm.Tensor
Packages that use Tensor
-
Uses of Tensor in org.apache.tvm
Methods in org.apache.tvm that return TensorModifier and TypeMethodDescriptionstatic Tensor
Tensor.empty
(long[] shape) Create an empty float32 array on cpu given shape.static Tensor
Create an empty float32 array given shape and device.static Tensor
Create an empty array on cpu given shape and type.static Tensor
Create an empty array given shape, type and device.