Uses of Class
org.nd4j.autodiff.samediff.internal.AbstractSession.VarId
-
Packages that use AbstractSession.VarId Package Description org.nd4j.autodiff.samediff.internal -
-
Uses of AbstractSession.VarId in org.nd4j.autodiff.samediff.internal
Fields in org.nd4j.autodiff.samediff.internal with type parameters of type AbstractSession.VarId Modifier and Type Field Description protected Map<AbstractSession.VarId,SDValue>AbstractSession. nodeValueOutputsMethods in org.nd4j.autodiff.samediff.internal that return AbstractSession.VarId Modifier and Type Method Description static AbstractSession.VarIdAbstractSession.VarId. createDefault(String name)Creates the default outer frameprotected static AbstractSession.VarIdAbstractSession. lookup(String name, Collection<AbstractSession.VarId> varIds, boolean exceptionOnNotFound)Get the VarId from the specified name.protected static AbstractSession.VarIdAbstractSession. lookup(String name, Collection<AbstractSession.VarId> varIds, Collection<AbstractSession.VarId> varIds2, boolean exceptionOnNotFound)Get the VarId from the specified name.protected AbstractSession.VarIdAbstractSession.ExecStep. toVarId()AbstractSession.VarIdFrameIter. toVarId(String name)Methods in org.nd4j.autodiff.samediff.internal with parameters of type AbstractSession.VarId Modifier and Type Method Description protected SDValueAbstractSession. getSdValue(AbstractSession.VarId tArr)protected INDArrayAbstractSession. getTensorFromOutputs(AbstractSession.VarId varId)protected voidAbstractSession. putNodeValue(SDValue sdValue, AbstractSession.VarId varId)Method parameters in org.nd4j.autodiff.samediff.internal with type arguments of type AbstractSession.VarId Modifier and Type Method Description ExecutionResultInferenceSession. doExec(DifferentialFunction op, OpContext opContext, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, Map<String,SDValue> otherPlaceHolders)abstract OAbstractSession. getAndParameterizeOp(String opName, FrameIter frameIter, Set<AbstractSession.VarId> inputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, Map<String,T> placeholderValues, Set<String> allReqVariables, Map<String,SDValue> otherPlaceholders)Get the parameterized op to execute - for example, the op/DifferentialFunction with all inputs setPair<SameDiffOp,OpContext>InferenceSession. getAndParameterizeOp(String opName, FrameIter frameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, Map<String,INDArray> placeholderValues, Set<String> allReqVariables, Map<String,SDValue> otherPlaceholders)protected INDArrayInferenceSession. getArray(SDVariable sdv, Collection<AbstractSession.VarId> opInputs, Collection<AbstractSession.VarId> allIterInputs)abstract ExecutionResultAbstractSession. getOutputs(O op, FrameIter outputFrameIter, Set<AbstractSession.VarId> inputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, List<Listener> listeners, At at, MultiDataSet batch, Set<String> allReqVariables, Map<String,SDValue> otherPlaceHolders)Execute the op - calculate INDArrays, or shape info, etcExecutionResultInferenceSession. getOutputs(Pair<SameDiffOp,OpContext> opPair, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, List<Listener> listeners, At at, MultiDataSet batch, Set<String> allReqVariables, Map<String,SDValue> otherPlaceHolders)ExecutionResultTrainingSession. getOutputs(Pair<SameDiffOp,OpContext> opPair, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, List<Listener> listeners, At at, MultiDataSet batch, Set<String> allReqVariables, Map<String,SDValue> otherPlaceHolders)ExecutionResultInferenceSession. getOutputsHelperTensorArrayOps(DifferentialFunction op, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Map<String,SDValue> otherPlaceHolders)Forward pass for TensorArray opsprotected static AbstractSession.VarIdAbstractSession. lookup(String name, Collection<AbstractSession.VarId> varIds, boolean exceptionOnNotFound)Get the VarId from the specified name.protected static AbstractSession.VarIdAbstractSession. lookup(String name, Collection<AbstractSession.VarId> varIds, Collection<AbstractSession.VarId> varIds2, boolean exceptionOnNotFound)Get the VarId from the specified name.
-