Uses of Class
org.nd4j.autodiff.samediff.config.SDValue
-
Packages that use SDValue Package Description org.nd4j.autodiff.samediff org.nd4j.autodiff.samediff.config org.nd4j.autodiff.samediff.internal org.nd4j.autodiff.samediff.internal.memory -
-
Uses of SDValue in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return types with arguments of type SDValue Modifier and Type Method Description Map<String,SDValue>SameDiff. outputValues(Map<String,SDValue> placeholders, @NonNull List<String> outputs)Do inference for the given variables for a single batch.Map<String,SDValue>SameDiff. outputValues(Map<String,SDValue> placeholders, List<Listener> listeners, @NonNull List<String> outputs)Do inference for the given variables for a single batch.Method parameters in org.nd4j.autodiff.samediff with type arguments of type SDValue Modifier and Type Method Description Map<String,SDValue>SameDiff. outputValues(Map<String,SDValue> placeholders, @NonNull List<String> outputs)Do inference for the given variables for a single batch.Map<String,SDValue>SameDiff. outputValues(Map<String,SDValue> placeholders, List<Listener> listeners, @NonNull List<String> outputs)Do inference for the given variables for a single batch. -
Uses of SDValue in org.nd4j.autodiff.samediff.config
Methods in org.nd4j.autodiff.samediff.config that return SDValue Modifier and Type Method Description static SDValueSDValue. create(Collection<INDArray> inputValue)Wrap anINDArrayin a value with anSDValueType.LISTtypestatic SDValueSDValue. create(List<INDArray> inputValue)Wrap anINDArrayin a value with anSDValueType.LISTtypestatic SDValueSDValue. create(Map<String,INDArray> inputValue)Wrap an {@link Map} in a value with an SDValueType.DICTtypestatic SDValueSDValue. create(INDArray inputValue)Wrap anINDArrayin a tensor with anSDValueType.TENSORtypestatic SDValueSDValue. empty(SDValueType valueType, DataType dataType)Create an empty value for the givenDataTypeSDValueExecutionResult. valueWithKey(String name)SDValueExecutionResult. valueWithKeyAtIndex(int index, boolean returnDummy)Methods in org.nd4j.autodiff.samediff.config that return types with arguments of type SDValue Modifier and Type Method Description Map<String,SDValue>BatchOutputConfig. outputValue()Do inference and return the resultsMethods in org.nd4j.autodiff.samediff.config with parameters of type SDValue Modifier and Type Method Description static ExecutionResultExecutionResult. createValue(String name, SDValue inputs)BatchOutputConfigBatchOutputConfig. valueInput(@NonNull String variable, @NonNull SDValue placeholder)Add a placeholder value for a specified variableMethod parameters in org.nd4j.autodiff.samediff.config with type arguments of type SDValue Modifier and Type Method Description BatchOutputConfigBatchOutputConfig. valueInputs(Map<String,SDValue> placeholders)CallsBatchOutputConfig.input(String, INDArray)on each entry in the map. -
Uses of SDValue in org.nd4j.autodiff.samediff.internal
Fields in org.nd4j.autodiff.samediff.internal with type parameters of type SDValue Modifier and Type Field Description protected Map<AbstractSession.VarId,SDValue>AbstractSession. nodeValueOutputsMethods in org.nd4j.autodiff.samediff.internal that return SDValue Modifier and Type Method Description SDValueAbstractSession. get(String variable, String frame, int iteration, FrameIter parentFrameIter)Get a previously calculated output; throws an exception if the output does not existSDValueAbstractSession. get(String variable, String frame, int iteration, FrameIter parentFrameIter, boolean enforceExistence)Get a previously calculated outputprotected SDValueAbstractSession. getSdValue(AbstractSession.VarId tArr)Methods in org.nd4j.autodiff.samediff.internal that return types with arguments of type SDValue Modifier and Type Method Description protected Map<String,SDValue>AbstractSession. postProcessOutputValues(Map<String,SDValue> output)Post process the session output values, if required.protected Map<String,SDValue>InferenceSession. postProcessOutputValues(Map<String,SDValue> output)protected Map<String,SDValue>AbstractSession. preprocessValuePlaceholders(Map<String,SDValue> placeholders, At at)Preprocess the placeholder values, if required.Methods in org.nd4j.autodiff.samediff.internal with parameters of type SDValue Modifier and Type Method Description protected voidAbstractSession. putNodeValue(SDValue sdValue, AbstractSession.VarId varId)Method parameters in org.nd4j.autodiff.samediff.internal with type arguments of type SDValue 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)protected voidAbstractSession. execFailed(Set<String> userRequestedUnique, Map<String,SDValue> out, Set<String> allRequired, Set<String> allExecuted, int step)Execution failed - can't calculate all requested outputs, and there's nothing left to calculate.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 Map<String,SDValue>AbstractSession. postProcessOutputValues(Map<String,SDValue> output)Post process the session output values, if required.protected Map<String,SDValue>InferenceSession. postProcessOutputValues(Map<String,SDValue> output)protected Map<String,SDValue>AbstractSession. preprocessValuePlaceholders(Map<String,SDValue> placeholders, At at)Preprocess the placeholder values, if required. -
Uses of SDValue in org.nd4j.autodiff.samediff.internal.memory
Classes in org.nd4j.autodiff.samediff.internal.memory with type parameters of type SDValue Modifier and Type Class Description classHashDependencyTracker<T extends SDValue,D>Methods in org.nd4j.autodiff.samediff.internal.memory with parameters of type SDValue Modifier and Type Method Description protected StringHashDependencyTracker. toStringT(SDValue t)
-