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 TensorTensor.empty(long[] shape) Create an empty float32 array on cpu given shape.static TensorCreate an empty float32 array given shape and device.static TensorCreate an empty array on cpu given shape and type.static TensorCreate an empty array given shape, type and device.