Uses of Class
org.deeplearning4j.nn.conf.inputs.InvalidInputTypeException
-
Packages that use InvalidInputTypeException Package Description org.deeplearning4j.nn.conf.graph org.deeplearning4j.nn.conf.graph.rnn org.deeplearning4j.nn.conf.layers.samediff org.deeplearning4j.preprocessors -
-
Uses of InvalidInputTypeException in org.deeplearning4j.nn.conf.graph
Methods in org.deeplearning4j.nn.conf.graph that throw InvalidInputTypeException Modifier and Type Method Description InputTypeAttentionVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeElementWiseVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeFrozenVertex. getOutputType(int layerIndex, InputType... vertexInputs)abstract InputTypeGraphVertex. getOutputType(int layerIndex, InputType... vertexInputs)Determine the type of output for this GraphVertex, given the specified inputs.InputTypeL2NormalizeVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeL2Vertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeLayerVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeMergeVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypePoolHelperVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypePreprocessorVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeReshapeVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeScaleVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeShiftVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeStackVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeSubsetVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeUnstackVertex. getOutputType(int layerIndex, InputType... vertexInputs) -
Uses of InvalidInputTypeException in org.deeplearning4j.nn.conf.graph.rnn
Methods in org.deeplearning4j.nn.conf.graph.rnn that throw InvalidInputTypeException Modifier and Type Method Description InputTypeDuplicateToTimeSeriesVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeLastTimeStepVertex. getOutputType(int layerIndex, InputType... vertexInputs)InputTypeReverseTimeSeriesVertex. getOutputType(int layerIndex, InputType... vertexInputs) -
Uses of InvalidInputTypeException in org.deeplearning4j.nn.conf.layers.samediff
Methods in org.deeplearning4j.nn.conf.layers.samediff that throw InvalidInputTypeException Modifier and Type Method Description InputTypeSameDiffVertex. getOutputType(int layerIndex, InputType... vertexInputs) -
Uses of InvalidInputTypeException in org.deeplearning4j.preprocessors
Methods in org.deeplearning4j.preprocessors that throw InvalidInputTypeException Modifier and Type Method Description InputTypeKerasFlattenRnnPreprocessor. getOutputType(InputType inputType)InputTypePermutePreprocessor. getOutputType(InputType inputType)InputTypeReshapePreprocessor. getOutputType(InputType inputType)
-