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