public class JaccardDistance extends BaseReduce3Op
isComplex, isEmptyReduce, keepDimsdimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
JaccardDistance() |
JaccardDistance(INDArray x,
INDArray y,
boolean allDistances) |
JaccardDistance(INDArray x,
INDArray y,
INDArray z) |
JaccardDistance(INDArray x,
INDArray y,
INDArray z,
boolean keepDims,
boolean allDistances,
int... dimensions) |
JaccardDistance(INDArray x,
INDArray y,
INDArray z,
boolean allDistances,
int... dimensions) |
JaccardDistance(INDArray x,
INDArray y,
int... dimensions) |
JaccardDistance(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.
|
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
|
DataType |
resultType()
This method returns datatype for result array wrt given inputs
|
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputDataTypescalculateOutputShape, 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, dup, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, 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, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, zpublic JaccardDistance(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, int... dimensions)
public JaccardDistance()
public JaccardDistance(INDArray x, INDArray y, INDArray z, boolean allDistances, int... dimensions)
public Op.Type opType()
DifferentialFunctionopType in class BaseReduce3Oppublic Op.Type getOpType()
getOpType in interface ReduceOpgetOpType in class BaseReduce3Oppublic int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class BaseReduce3Oppublic String tensorflowName()
DifferentialFunctiontensorflowName in class BaseReduce3Oppublic DataType resultType()
ReduceOpresultType in interface ReduceOpresultType in class BaseReduce3OpCopyright © 2021. All rights reserved.