public class Dot extends BaseReduce3Op
isComplex, isEmptyReduce, keepDimsdimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
Dot() |
Dot(INDArray x,
INDArray y,
INDArray z) |
Dot(INDArray x,
INDArray y,
INDArray z,
boolean newFormat,
boolean keepDims,
int... dimensions) |
Dot(INDArray x,
INDArray y,
INDArray z,
int... dimensions)
Full array dot product reduction, optionally along specified dimensions.
See wikipedia for details. |
Dot(INDArray x,
INDArray y,
int... dimensions) |
Dot(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.
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
calculateOutputDataTypes, getOpType, onnxName, opType, resultType, tensorflowNamecalculateOutputShape, 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 Dot(SameDiff sameDiff, SDVariable i_v, SDVariable i_v2, int... dimensions)
public Dot()
public Dot(INDArray x, INDArray y, INDArray z, int... dimensions)
x - input variable.y - input variable.z - (optional) place holder for the result. Must have the expected shape.dimensions - (optional) Dimensions to reduce over. If dimensions are not specified, full array reduction is performed.Transforms.dot(...) for a wrapper around the common use case of 2 INDArrays.public 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 DifferentialFunctionCopyright © 2021. All rights reserved.