Uses of Class
org.nd4j.autodiff.execution.input.Operands
-
Packages that use Operands Package Description org.nd4j.autodiff.execution.input -
-
Uses of Operands in org.nd4j.autodiff.execution.input
Methods in org.nd4j.autodiff.execution.input that return Operands Modifier and Type Method Description OperandsOperands. addArgument(int id, int index, @NonNull INDArray array)This method allows to pass array to multi-output node in the graphOperandsOperands. addArgument(int id, @NonNull INDArray array)This method allows to pass array to the node identified by numeric idOperandsOperands. addArgument(@NonNull String id, @NonNull INDArray array)This method allows to pass array to the node identified by its nameOperandsOperands. addArgument(String name, int id, int index, @NonNull INDArray array)This method allows to pass array to multi-output node in the graph
-