public abstract class BaseReduce3Op extends BaseReduceFloatOp
isComplex, isEmptyReduce, keepDimsdimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
BaseReduce3Op() |
BaseReduce3Op(INDArray x,
INDArray y,
boolean allDistances,
int... dimensions) |
BaseReduce3Op(INDArray x,
INDArray y,
INDArray z) |
BaseReduce3Op(INDArray x,
INDArray y,
INDArray z,
boolean keepDims,
boolean allDistances,
int... dimensions) |
BaseReduce3Op(INDArray x,
INDArray y,
INDArray z,
boolean keepDims,
int... dimensions) |
BaseReduce3Op(INDArray x,
INDArray y,
INDArray z,
int... dimensions) |
BaseReduce3Op(INDArray x,
INDArray y,
int... dimensions) |
BaseReduce3Op(SameDiff sameDiff,
SDVariable i_v,
int[] dimensions) |
BaseReduce3Op(SameDiff sameDiff,
SDVariable i_v,
SDVariable i_v2,
int... dimensions) |
| Modifier and Type | Method and Description |
|---|---|
List<DataType> |
calculateOutputDataTypes(List<DataType> dataTypes)
Calculate the data types for the output arrays.
|
Op.Type |
getOpType() |
String |
onnxName()
The opName of this function in onnx
|
Op.Type |
opType()
The type of the op
|
DataType |
resultType()
This method returns datatype for result array wrt given inputs
|
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputShape, calculateOutputShape, resultType, validateDataTypeshasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, noOp, setDimensionsclearArrays, defineDimensions, dimensions, equals, extraArgs, extraArgsBuff, extraArgsDataBuff, getFinalResult, getInputArgument, getNumOutputs, getOpType, hashCode, outputVariables, setX, setY, setZ, toCustomOp, toString, x, y, zarg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, doDiff, dup, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, opName, opNum, outputs, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitdimensions, getFinalResult, isComplexAccumulation, isKeepDims, noOp, setDimensionsclearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, opName, opNum, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, zpublic BaseReduce3Op(SameDiff sameDiff, SDVariable i_v, int[] dimensions)
public BaseReduce3Op(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, int... dimensions)
public BaseReduce3Op()
public BaseReduce3Op(INDArray x, INDArray y, INDArray z, boolean keepDims, int... dimensions)
public BaseReduce3Op(INDArray x, INDArray y, INDArray z, boolean keepDims, boolean allDistances, int... dimensions)
public Op.Type opType()
DifferentialFunctionopType in class BaseReduceFloatOppublic Op.Type getOpType()
getOpType in interface ReduceOpgetOpType in class BaseReduceFloatOppublic String onnxName()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class BaseOppublic DataType resultType()
ReduceOpresultType in interface ReduceOpresultType in class BaseReduceFloatOppublic List<DataType> calculateOutputDataTypes(List<DataType> dataTypes)
DifferentialFunctionDifferentialFunction.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.calculateOutputDataTypes in class BaseReduceFloatOpdataTypes - The data types of the inputsCopyright © 2021. All rights reserved.