public class LogEntropy extends BaseReduceFloatOp
dimensionVariable, isComplex, isEmptyReduce, keepDimsdimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
LogEntropy() |
LogEntropy(INDArray in,
boolean keepDims,
int[] dimensions) |
LogEntropy(INDArray input,
INDArray output,
boolean keepDims,
int... dimensions) |
LogEntropy(INDArray x,
INDArray y,
INDArray z,
boolean keepDims,
int... dimensions) |
LogEntropy(INDArray x,
INDArray y,
INDArray z,
int... dimensions) |
LogEntropy(INDArray x,
INDArray z,
int... dimensions) |
LogEntropy(INDArray x,
int... dimensions) |
LogEntropy(INDArray in,
int[] dimensions,
boolean keepDims) |
LogEntropy(SameDiff sameDiff,
SDVariable i_v,
boolean keepDims,
int[] dimensions) |
LogEntropy(SameDiff sameDiff,
SDVariable i_v,
boolean keepDims,
SDVariable dimensions) |
LogEntropy(SameDiff sameDiff,
SDVariable i_v,
int[] dimensions) |
LogEntropy(SameDiff sameDiff,
SDVariable input,
int[] dimensions,
boolean keepDims) |
LogEntropy(SameDiff sameDiff,
SDVariable input,
SDVariable dimensions) |
LogEntropy(SameDiff sameDiff,
SDVariable input,
SDVariable dimensions,
boolean keepDims) |
LogEntropy(SameDiff sameDiff,
SDVariable i_v,
SDVariable i_v2,
int[] dimensions) |
LogEntropy(SameDiff sameDiff,
SDVariable i_v,
SDVariable i_v2,
SDVariable dimensions) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
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) |
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputDataTypes, calculateOutputShape, calculateOutputShape, getOpType, opType, resultType, resultType, validateDataTypesconfigureWithSameDiff, hasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, noOp, setDimensions, setPropertiesForFunctionclearArrays, computeVariables, 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, dup, getBooleanFromProperty, getDoubleValueFromProperty, getIntValueFromProperty, getLongValueFromProperty, getStringFromProperty, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, outputs, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitdimensions, getFinalResult, isComplexAccumulation, isKeepDims, noOp, setDimensionsclearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, zpublic LogEntropy(SameDiff sameDiff, SDVariable i_v, int[] dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable i_v, boolean keepDims, SDVariable dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, SDVariable dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable input, SDVariable dimensions, boolean keepDims)
public LogEntropy(SameDiff sameDiff, SDVariable input, SDVariable dimensions)
public LogEntropy()
public LogEntropy(INDArray x, int... dimensions)
public LogEntropy(INDArray in, boolean keepDims, int[] dimensions)
public LogEntropy(INDArray x, INDArray y, INDArray z, boolean keepDims, int... dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable i_v, boolean keepDims, int[] dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, int[] dimensions)
public LogEntropy(SameDiff sameDiff, SDVariable input, int[] dimensions, boolean keepDims)
public LogEntropy(INDArray in, int[] dimensions, boolean keepDims)
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 DifferentialFunctionCopyright © 2022. All rights reserved.