Uses of Class
org.deeplearning4j.nn.conf.RNNFormat
-
-
Uses of RNNFormat in org.deeplearning4j.nn.conf
Methods in org.deeplearning4j.nn.conf that return RNNFormat Modifier and Type Method Description static RNNFormatRNNFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static RNNFormat[]RNNFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RNNFormat in org.deeplearning4j.nn.conf.inputs
Methods in org.deeplearning4j.nn.conf.inputs with parameters of type RNNFormat Modifier and Type Method Description static InputTypeInputType. recurrent(long size, long timeSeriesLength, RNNFormat format)static InputTypeInputType. recurrent(long size, RNNFormat format)Constructors in org.deeplearning4j.nn.conf.inputs with parameters of type RNNFormat Constructor Description InputTypeRecurrent(long size, long timeSeriesLength, RNNFormat format)InputTypeRecurrent(long size, RNNFormat format) -
Uses of RNNFormat in org.deeplearning4j.nn.conf.layers
Fields in org.deeplearning4j.nn.conf.layers declared as RNNFormat Modifier and Type Field Description protected RNNFormatBaseRecurrentLayer.Builder. rnnDataFormatSet the format of data expected by the RNN.protected RNNFormatBaseRecurrentLayer. rnnDataFormatMethods in org.deeplearning4j.nn.conf.layers with parameters of type RNNFormat Modifier and Type Method Description TBaseRecurrentLayer.Builder. dataFormat(RNNFormat rnnDataFormat)RnnLossLayer.BuilderRnnLossLayer.Builder. dataFormat(RNNFormat rnnDataFormat)RnnOutputLayer.BuilderRnnOutputLayer.Builder. dataFormat(RNNFormat rnnDataFormat)static InputPreProcessorInputTypeUtil. getPreprocessorForInputTypeRnnLayers(InputType inputType, RNNFormat rnnDataFormat, String layerName)EmbeddingSequenceLayer.BuilderEmbeddingSequenceLayer.Builder. outputDataFormat(RNNFormat format)Convolution1DLayer.BuilderConvolution1DLayer.Builder. rnnDataFormat(RNNFormat rnnDataFormat) -
Uses of RNNFormat in org.deeplearning4j.nn.conf.layers.misc
Methods in org.deeplearning4j.nn.conf.layers.misc that return RNNFormat Modifier and Type Method Description RNNFormatRepeatVector.Builder. getDataFormat()Methods in org.deeplearning4j.nn.conf.layers.misc with parameters of type RNNFormat Modifier and Type Method Description RepeatVector.BuilderRepeatVector.Builder. dataFormat(RNNFormat dataFormat) -
Uses of RNNFormat in org.deeplearning4j.nn.conf.layers.recurrent
Methods in org.deeplearning4j.nn.conf.layers.recurrent that return RNNFormat Modifier and Type Method Description RNNFormatBidirectional. getRNNDataFormat()Constructors in org.deeplearning4j.nn.conf.layers.recurrent with parameters of type RNNFormat Constructor Description TimeDistributed(@NonNull Layer underlying, RNNFormat rnnDataFormat) -
Uses of RNNFormat in org.deeplearning4j.nn.conf.preprocessor
Constructors in org.deeplearning4j.nn.conf.preprocessor with parameters of type RNNFormat Constructor Description CnnToRnnPreProcessor(long inputHeight, long inputWidth, long numChannels, RNNFormat rnnDataFormat)FeedForwardToRnnPreProcessor(RNNFormat rnnDataFormat)RnnToCnnPreProcessor(int inputHeight, int inputWidth, int numChannels, RNNFormat rnnDataFormat)RnnToFeedForwardPreProcessor(RNNFormat rnnDataFormat) -
Uses of RNNFormat in org.deeplearning4j.nn.layers
Methods in org.deeplearning4j.nn.layers that return RNNFormat Modifier and Type Method Description RNNFormatRepeatVector. getDataFormat() -
Uses of RNNFormat in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent that return RNNFormat Modifier and Type Method Description RNNFormatBaseRecurrentLayer. getDataFormat()Constructors in org.deeplearning4j.nn.layers.recurrent with parameters of type RNNFormat Constructor Description TimeDistributedLayer(Layer underlying, RNNFormat rnnDataFormat) -
Uses of RNNFormat in org.deeplearning4j.util
Methods in org.deeplearning4j.util that return RNNFormat Modifier and Type Method Description static RNNFormatTimeSeriesUtils. getFormatFromRnnLayer(Layer layer)Get theRNNFormatfrom the RNN layer, accounting for the presence of wrapper layers like Bidirectional, LastTimeStep, etcstatic RNNFormatConvolution1DUtils. getRnnFormatFromLayer(Layer layer)Get theRNNFormatfor the given layer.Methods in org.deeplearning4j.util with parameters of type RNNFormat Modifier and Type Method Description static INDArrayConvolution1DUtils. reshapeWeightArrayOrGradientForFormat(INDArray w, RNNFormat rnnFormat)Reshapes the given weight array or weight gradient to work with the specifiedRNNFormatstatic INDArrayTimeSeriesUtils. reverseTimeSeries(INDArray in, LayerWorkspaceMgr workspaceMgr, ArrayType arrayType, RNNFormat dataFormat)
-