Uses of Class
org.deeplearning4j.nn.layers.recurrent.FwdPassReturn
-
Packages that use FwdPassReturn Package Description org.deeplearning4j.nn.layers.recurrent -
-
Uses of FwdPassReturn in org.deeplearning4j.nn.layers.recurrent
Fields in org.deeplearning4j.nn.layers.recurrent declared as FwdPassReturn Modifier and Type Field Description protected FwdPassReturnGravesLSTM. cachedFwdPassDeprecated.protected FwdPassReturnLSTM. cachedFwdPassprotected FwdPassReturnGravesBidirectionalLSTM. cachedPassBackwardprotected FwdPassReturnGravesBidirectionalLSTM. cachedPassForwardMethods in org.deeplearning4j.nn.layers.recurrent that return FwdPassReturn Modifier and Type Method Description FwdPassReturnLSTMHelper. activate(Layer layer, NeuralNetConfiguration conf, IActivation gateActivationFn, INDArray input, INDArray recurrentWeights, INDArray inputWeights, INDArray biases, boolean training, INDArray prevOutputActivations, INDArray prevMemCellState, boolean forBackprop, boolean forwards, String inputWeightKey, INDArray maskArray, boolean hasPeepholeConnections, LayerWorkspaceMgr workspaceMgr)static FwdPassReturnLSTMHelpers. activateHelper(BaseRecurrentLayer layer, NeuralNetConfiguration conf, IActivation gateActivationFn, INDArray input, INDArray recurrentWeights, INDArray originalInputWeights, INDArray biases, boolean training, INDArray originalPrevOutputActivations, INDArray originalPrevMemCellState, boolean forBackprop, boolean forwards, String inputWeightKey, INDArray maskArray, boolean hasPeepholeConnections, LSTMHelper helper, CacheMode cacheMode, LayerWorkspaceMgr workspaceMgr, boolean isHelperAllowFallback)Returns FwdPassReturn object with activations/INDArrays.Methods in org.deeplearning4j.nn.layers.recurrent with parameters of type FwdPassReturn Modifier and Type Method Description Pair<Gradient,INDArray>LSTMHelper. backpropGradient(NeuralNetConfiguration conf, IActivation gateActivationFn, INDArray input, INDArray recurrentWeights, INDArray inputWeights, INDArray epsilon, boolean truncatedBPTT, int tbpttBackwardLength, FwdPassReturn fwdPass, boolean forwards, String inputWeightKey, String recurrentWeightKey, String biasWeightKey, Map<String,INDArray> gradientViews, INDArray maskArray, boolean hasPeepholeConnections, LayerWorkspaceMgr workspaceMgr)static Pair<Gradient,INDArray>LSTMHelpers. backpropGradientHelper(BaseRecurrentLayer layer, NeuralNetConfiguration conf, IActivation gateActivationFn, INDArray input, INDArray recurrentWeights, INDArray inputWeights, INDArray epsilon, boolean truncatedBPTT, int tbpttBackwardLength, FwdPassReturn fwdPass, boolean forwards, String inputWeightKey, String recurrentWeightKey, String biasWeightKey, Map<String,INDArray> gradientViews, INDArray maskArray, boolean hasPeepholeConnections, LSTMHelper helper, LayerWorkspaceMgr workspaceMgr, boolean isHelperAllowFallback)
-