public class MaxOut extends BaseTransformOp
dimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
MaxOut() |
MaxOut(INDArray x) |
MaxOut(INDArray x,
INDArray z) |
MaxOut(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace,
Number max) |
MaxOut(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs,
Number max) |
| Modifier and Type | Method and Description |
|---|---|
List<LongShapeDescriptor> |
calculateOutputShape()
Calculate the output shape for this op
|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
Op.Type |
getOpType() |
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
DataType |
resultType()
This method returns datatype for result array wrt given inputs
|
DataType |
resultType(OpContext oc) |
String |
tensorflowName()
The opName of this function tensorflow
|
boolean |
validateDataTypes(OpContext oc,
boolean experimentalMode) |
zclearArrays, defineDimensions, dimensions, equals, extraArgs, extraArgsBuff, extraArgsDataBuff, getFinalResult, getInputArgument, getNumOutputs, getOpType, hashCode, initFromOnnx, initFromTensorFlow, outputVariables, setX, setY, setZ, toCustomOp, toString, x, yarg, arg, argNames, args, attributeAdaptersForFunction, calculateOutputDataTypes, calculateOutputShape, configFieldName, diff, dup, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, opType, outputs, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, setExtraArgs, setX, setY, setZ, toCustomOp, x, ypublic MaxOut(SameDiff sameDiff, SDVariable i_v, boolean inPlace, Number max)
public MaxOut(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs, Number max)
public MaxOut()
public MaxOut(INDArray x)
public int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic String onnxName()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class BaseOppublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionpublic DataType resultType()
TransformOppublic Op.Type getOpType()
public boolean validateDataTypes(OpContext oc, boolean experimentalMode)
public List<LongShapeDescriptor> calculateOutputShape()
DifferentialFunctioncalculateOutputShape in class BaseTransformOpCopyright © 2021. All rights reserved.