public class AMin extends BaseAccumulation
finalResult, isComplex, keepDims, newFormatextraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
AMin() |
AMin(INDArray x) |
AMin(INDArray x,
INDArray y) |
AMin(INDArray x,
INDArray y,
INDArray z,
long n) |
AMin(INDArray x,
INDArray y,
long n) |
AMin(SameDiff sameDiff,
SDVariable i_v,
int[] dimensions) |
AMin(SameDiff sameDiff,
SDVariable i_v,
SDVariable i_v2,
int[] dimensions) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
Number |
getFinalResult()
Get the final result (may return null if getAndSetFinalResult has not
been called, or for accumulation ops on complex arrays)
|
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) |
Op.Type |
opType()
The type of the op
|
String |
tensorflowName()
The opName of this function tensorflow
|
double |
zeroDouble()
Initial value (used to initialize the accumulation op)
|
float |
zeroFloat()
Initial value (used to initialize the accumulation op)
|
float |
zeroHalf()
Initial value for half
|
calculateOutputShape, hasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, noOp, setFinalResultequals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, isExecSpecial, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, y, zarg, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, zpublic AMin(SameDiff sameDiff, SDVariable i_v, int[] dimensions)
public AMin(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, int[] dimensions)
public AMin()
public AMin(INDArray x)
public int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic Number getFinalResult()
AccumulationgetFinalResult in interface AccumulationgetFinalResult in class BaseAccumulationpublic double zeroDouble()
AccumulationzeroDouble in interface AccumulationzeroDouble in class BaseAccumulationpublic float zeroFloat()
AccumulationzeroFloat in interface AccumulationzeroFloat in class BaseAccumulationpublic float zeroHalf()
AccumulationzeroHalf in interface AccumulationzeroHalf in class BaseAccumulationpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic Op.Type opType()
DifferentialFunctionopType in class BaseAccumulationpublic Op.Type getOpType()
Copyright © 2018. All rights reserved.