Uses of Class
org.nd4j.linalg.api.ops.custom.Invoke.InvokeParams
-
Packages that use Invoke.InvokeParams Package Description org.nd4j.autodiff.samediff org.nd4j.linalg.api.ops.custom -
-
Uses of Invoke.InvokeParams in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return Invoke.InvokeParams Modifier and Type Method Description Invoke.InvokeParams
ControlFlow.LoopLambdaArgs. invokeParams(String functionName, String[] subGraphInputNames, String[] subGraphOutputNames)
ConstructInvoke.InvokeParams
for usage withSameDiff.invoke(Invoke.InvokeParams)
the variables here reflect what is used in the loop.Methods in org.nd4j.autodiff.samediff with parameters of type Invoke.InvokeParams Modifier and Type Method Description SDVariable[]
SameDiff. invoke(String[] desiredOutputNames, Invoke.InvokeParams invokeParams)
Invoke a sub graph and return the outputs aliased as outputs specified in the parent graph.SDVariable[]
SameDiff. invoke(Invoke.InvokeParams invokeParams)
Invoke a sub graph and return the outputs aliased as outputs specified in the parent graph. -
Uses of Invoke.InvokeParams in org.nd4j.linalg.api.ops.custom
Constructors in org.nd4j.linalg.api.ops.custom with parameters of type Invoke.InvokeParams Constructor Description Invoke(SameDiff sameDiff, Invoke.InvokeParams invokeParams)
-