Uses of Class
org.apache.tvm.TensorBase
Packages that use TensorBase
-
Uses of TensorBase in org.apache.tvm
Subclasses of TensorBase in org.apache.tvmMethods in org.apache.tvm that return TensorBaseModifier and TypeMethodDescriptionTensorBase.asTensor()TVMValue.asTensor()TensorBase.copyTo(TensorBase target) Copy array to target.Methods in org.apache.tvm with parameters of type TensorBaseModifier and TypeMethodDescriptionTensorBase.copyTo(TensorBase target) Copy array to target.Function.pushArg(TensorBase arg) Push argument to the function.