Class MaxPooling3D
- java.lang.Object
-
- org.nd4j.autodiff.functions.DifferentialFunction
-
- org.nd4j.linalg.api.ops.DynamicCustomOp
-
- org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
-
- org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling3D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
Pooling3D.Pooling3DType
-
Nested classes/interfaces inherited from class org.nd4j.linalg.api.ops.DynamicCustomOp
DynamicCustomOp.DynamicCustomOpsBuilder
-
-
Field Summary
-
Fields inherited from class org.nd4j.linalg.api.ops.DynamicCustomOp
axis, bArguments, dArguments, iArguments, inplaceCall, inputArguments, outputArguments, outputVariables, sArguments, tArguments
-
Fields inherited from class org.nd4j.autodiff.functions.DifferentialFunction
dimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue
-
-
Constructor Summary
Constructors Constructor Description MaxPooling3D(SameDiff sameDiff, SDVariable input, Pooling3DConfig config)MaxPooling3D(INDArray arrayInput, INDArray arrayOutput, Pooling3DConfig config)MaxPooling3D(INDArray input, Pooling3DConfig pooling3DConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataType>calculateOutputDataTypes(List<DataType> inputDataTypes)Calculate the data types for the output arrays.StringconfigFieldName()Returns the name of the field to be used for looking up field names.voidconfigureFromArguments()This allows a custom op to configure relevant fields from its arguments.protected Pooling3D.Pooling3DTypegetDefaultType()StringgetPoolingPrefix()voidinitFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)Iniitialize the function from the givenOnnx.NodeProtobooleanisConfigProperties()Returns true if the fields for this class should be looked up from a configuration class.StringopName()This method returns op opName as stringMap<String,Object>propertiesForFunction()Returns the properties for a given functionStringtensorflowName()The opName of this function tensorflow-
Methods inherited from class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling3D
addArgs, createConfigFromArgs, doDiff, iArgs, initFromTensorFlow, onnxName, setPropertiesForFunction
-
Methods inherited from class org.nd4j.linalg.api.ops.DynamicCustomOp
addBArgument, addDArgument, addIArgument, addIArgument, addInputArgument, addOutputArgument, addOutputsToOp, addSArgument, addTArgument, assertValidForExecution, bArgs, builder, calculateOutputShape, calculateOutputShape, clearArrays, computeArrays, dArgs, generateFake, generateFake, getBArgument, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getSArgument, getTArgument, getValue, inputArguments, mappingsForFunction, numBArguments, numDArguments, numIArguments, numInputArguments, numOutputArguments, numSArguments, numTArguments, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, removeIArgument, removeInputArgument, removeOutputArgument, removeSArgument, removeTArgument, sArgs, setInputArgument, setInputArguments, setOutputArgument, setValueFor, tArgs, toString, wrapFilterNull, wrapOrNull, wrapOrNull
-
Methods inherited from class org.nd4j.autodiff.functions.DifferentialFunction
arg, arg, argNames, args, attributeAdaptersForFunction, configureWithSameDiff, diff, dup, equals, getBooleanFromProperty, getDoubleValueFromProperty, getIntValueFromProperty, getLongValueFromProperty, getNumOutputs, getStringFromProperty, hashCode, larg, onnxNames, outputs, outputVariable, outputVariablesNames, rarg, replaceArg, setInstanceId, tensorflowNames
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nd4j.linalg.api.ops.CustomOp
isInplaceCall
-
-
-
-
Constructor Detail
-
MaxPooling3D
public MaxPooling3D(SameDiff sameDiff, SDVariable input, Pooling3DConfig config)
-
MaxPooling3D
public MaxPooling3D(INDArray arrayInput, INDArray arrayOutput, Pooling3DConfig config)
-
MaxPooling3D
public MaxPooling3D(INDArray input, Pooling3DConfig pooling3DConfig)
-
-
Method Detail
-
isConfigProperties
public boolean isConfigProperties()
Description copied from class:DifferentialFunctionReturns true if the fields for this class should be looked up from a configuration class.- Overrides:
isConfigPropertiesin classPooling3D- Returns:
-
configFieldName
public String configFieldName()
Description copied from class:DifferentialFunctionReturns the name of the field to be used for looking up field names. This should be used in conjunction withDifferentialFunction.isConfigProperties()to facilitate mapping fields for model import.- Overrides:
configFieldNamein classPooling3D- Returns:
-
getDefaultType
protected Pooling3D.Pooling3DType getDefaultType()
- Overrides:
getDefaultTypein classPooling3D
-
propertiesForFunction
public Map<String,Object> propertiesForFunction()
Description copied from class:DifferentialFunctionReturns the properties for a given function- Overrides:
propertiesForFunctionin classPooling3D- Returns:
-
configureFromArguments
public void configureFromArguments()
Description copied from interface:CustomOpThis allows a custom op to configure relevant fields from its arguments. This is needed when ops are created via reflection for things like model import.- Specified by:
configureFromArgumentsin interfaceCustomOp- Overrides:
configureFromArgumentsin classDynamicCustomOp
-
getPoolingPrefix
public String getPoolingPrefix()
- Overrides:
getPoolingPrefixin classPooling3D
-
opName
public String opName()
Description copied from class:DynamicCustomOpThis method returns op opName as string- Specified by:
opNamein interfaceCustomOp- Overrides:
opNamein classDynamicCustomOp- Returns:
-
initFromOnnx
public void initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)
Description copied from class:DifferentialFunctionIniitialize the function from the givenOnnx.NodeProto- Overrides:
initFromOnnxin classDynamicCustomOp
-
tensorflowName
public String tensorflowName()
Description copied from class:DifferentialFunctionThe opName of this function tensorflow- Overrides:
tensorflowNamein classPooling3D- Returns:
-
calculateOutputDataTypes
public List<DataType> calculateOutputDataTypes(List<DataType> inputDataTypes)
Description copied from class:DifferentialFunctionCalculate the data types for the output arrays. Though datatypes can also be inferred fromDifferentialFunction.calculateOutputShape(), this method differs in that it does not require the input arrays to be populated. This is important as it allows us to do greedy datatype inference for the entire net - even if arrays are not available.- Overrides:
calculateOutputDataTypesin classPooling3D- Parameters:
inputDataTypes- The data types of the inputs- Returns:
- The data types of the outputs
-
-