Uses of Class
org.nd4j.linalg.api.ops.impl.shape.tensorops.TensorArray
-
Packages that use TensorArray Package Description org.nd4j.autodiff.samediff org.nd4j.linalg.api.ops.impl.shape.tensorops -
-
Uses of TensorArray in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return TensorArray Modifier and Type Method Description TensorArraySameDiff. tensorArray(SDVariable tensorArrayToAccess)Create a new TensorArray.TensorArraySameDiff. tensorArray(DataType dataType)Create a new TensorArray. -
Uses of TensorArray in org.nd4j.linalg.api.ops.impl.shape.tensorops
Methods in org.nd4j.linalg.api.ops.impl.shape.tensorops that return TensorArray Modifier and Type Method Description static TensorArrayTensorArray. getTensorArray(SameDiff sd, SDVariable sequenceVar)Get the associatedTensorArrayinstance related to this op.Constructors in org.nd4j.linalg.api.ops.impl.shape.tensorops with parameters of type TensorArray Constructor Description TensorArray(TensorArray ta)TensorArray(TensorArray ta, SDVariable[] inputs)
-