Uses of Interface
org.nd4j.linalg.api.ops.Op
-
-
Uses of Op in org.nd4j.linalg.api.ops
Subinterfaces of Op in org.nd4j.linalg.api.ops Modifier and Type Interface Description interfaceBroadcastOpinterfaceGridOpinterfaceIndexAccumulationinterfaceLossFunctioninterfaceMetaOpinterfaceRandomOpinterfaceReduceBoolOpinterfaceReduceFloatOpinterfaceReduceLongOpinterfaceReduceOpinterfaceReduceSameOpinterfaceScalarOpinterfaceTransformBoolOpinterfaceTransformFloatOpinterfaceTransformOpTransform operation: stores the result in an ndarrayinterfaceTransformSameOpinterfaceTransformStrictOpClasses in org.nd4j.linalg.api.ops that implement Op Modifier and Type Class Description classBaseBroadcastBoolOpclassBaseBroadcastOpclassBaseIndexAccumulationclassBaseOpclassBaseReduceBoolOpclassBaseReduceFloatOpclassBaseReduceLongOpclassBaseReduceOpclassBaseReduceSameOpclassBaseScalarBoolOpclassBaseScalarOpclassBaseTransformAnyOpclassBaseTransformBoolOpclassBaseTransformFloatOpclassBaseTransformOpclassBaseTransformSameOpclassBaseTransformStrictOpMethods in org.nd4j.linalg.api.ops that return Op Modifier and Type Method Description OpMetaOp. getFirstOp()OpMetaOp. getSecondOp()Methods in org.nd4j.linalg.api.ops with parameters of type Op Modifier and Type Method Description static Op.TypeBaseOp. getOpType(Op op) -
Uses of Op in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner that return Op Modifier and Type Method Description OpDefaultOpExecutioner. execAndReturn(Op op)OpOpExecutioner. execAndReturn(Op op)Execute and return a result ndarray from the given opMethods in org.nd4j.linalg.api.ops.executioner with parameters of type Op Modifier and Type Method Description protected voidDefaultOpExecutioner. checkForCompression(Op op)static voidOpExecutionerUtil. checkForInf(Op op, OpContext oc)static voidOpExecutionerUtil. checkForNaN(Op op, OpContext oc)protected voidDefaultOpExecutioner. checkForWorkspaces(Op op, OpContext oc)abstract INDArrayDefaultOpExecutioner. exec(Op op)abstract INDArrayDefaultOpExecutioner. exec(Op op, OpContext opContext)INDArrayOpExecutioner. exec(Op op)Execute the operationINDArrayOpExecutioner. exec(Op op, OpContext opContext)Execute the operationOpDefaultOpExecutioner. execAndReturn(Op op)OpOpExecutioner. execAndReturn(Op op)Execute and return a result ndarray from the given opINDArrayDefaultOpExecutioner. getX(Op op, OpContext oc)INDArrayDefaultOpExecutioner. getY(Op op, OpContext oc)INDArrayDefaultOpExecutioner. getZ(Op op, OpContext oc)protected voidDefaultOpExecutioner. interceptIntDataType(Op op)This method checks if any Op operand has data opType of INT, and throws exception if any.StringDefaultOpExecutioner. opInfoString(Op op, Optional<int[]> dimensions)Get the information about the op in a String representation, for throwing more useful exceptions (mainly for debugging)longDefaultOpExecutioner. profilingConfigurableHookIn(Op op, DataBuffer... tadBuffers)voidDefaultOpExecutioner. profilingConfigurableHookOut(Op op, OpContext oc, long timeStart)longDefaultOpExecutioner. profilingHookIn(Op op, DataBuffer... tadBuffers)Deprecated.voidDefaultOpExecutioner. profilingHookOut(Op op, OpContext oc, long timeStart)Deprecated.voidDefaultOpExecutioner. setX(INDArray x, Op op, OpContext oc)voidDefaultOpExecutioner. setY(INDArray y, Op op, OpContext oc)voidDefaultOpExecutioner. setZ(INDArray z, Op op, OpContext oc)static voidDefaultOpExecutioner. validateDataType(DataType expectedType, Op op)Validate the data types for the given operation -
Uses of Op in org.nd4j.linalg.api.ops.grid
Constructors in org.nd4j.linalg.api.ops.grid with parameters of type Op Constructor Description GridPointers(Op op, int... dimensions)OpDescriptor(Op op) -
Uses of Op in org.nd4j.linalg.api.ops.impl.broadcast
Classes in org.nd4j.linalg.api.ops.impl.broadcast that implement Op Modifier and Type Class Description classBroadcastAddOpclassBroadcastAMaxclassBroadcastAMinclassBroadcastCopyOpclassBroadcastDivOpclassBroadcastGradientArgsclassBroadcastMaxclassBroadcastMinclassBroadcastMulOpclassBroadcastRDivOpclassBroadcastRSubOpclassBroadcastSubOp -
Uses of Op in org.nd4j.linalg.api.ops.impl.broadcast.bool
Classes in org.nd4j.linalg.api.ops.impl.broadcast.bool that implement Op Modifier and Type Class Description classBroadcastEqualToclassBroadcastGreaterThanclassBroadcastGreaterThanOrEqualclassBroadcastLessThanclassBroadcastLessThanOrEqualclassBroadcastNotEqual -
Uses of Op in org.nd4j.linalg.api.ops.impl.grid
Classes in org.nd4j.linalg.api.ops.impl.grid that implement Op Modifier and Type Class Description classBaseGridOpclassFreeGridOpConstructors in org.nd4j.linalg.api.ops.impl.grid with parameters of type Op Constructor Description BaseGridOp(Op... ops)FreeGridOp(Op... ops)Constructor parameters in org.nd4j.linalg.api.ops.impl.grid with type arguments of type Op Constructor Description BaseGridOp(List<Op> ops)FreeGridOp(List<Op> ops) -
Uses of Op in org.nd4j.linalg.api.ops.impl.indexaccum
Classes in org.nd4j.linalg.api.ops.impl.indexaccum that implement Op Modifier and Type Class Description classFirstIndexclassLastIndex -
Uses of Op in org.nd4j.linalg.api.ops.impl.meta
Classes in org.nd4j.linalg.api.ops.impl.meta that implement Op Modifier and Type Class Description classBaseMetaOpclassInvertedPredicateMetaOpclassPostulateMetaOpclassPredicateMetaOpclassReduceMetaOpMethods in org.nd4j.linalg.api.ops.impl.meta that return Op Modifier and Type Method Description OpBaseMetaOp. getFirstOp()OpBaseMetaOp. getSecondOp()Constructors in org.nd4j.linalg.api.ops.impl.meta with parameters of type Op Constructor Description BaseMetaOp(Op opA, Op opB)InvertedPredicateMetaOp(Op opA, Op opB)PredicateMetaOp(Op opA, Op opB) -
Uses of Op in org.nd4j.linalg.api.ops.impl.reduce.bool
Classes in org.nd4j.linalg.api.ops.impl.reduce.bool that implement Op Modifier and Type Class Description classAllclassAnyclassIsInfclassIsNaN -
Uses of Op in org.nd4j.linalg.api.ops.impl.reduce.floating
Classes in org.nd4j.linalg.api.ops.impl.reduce.floating that implement Op Modifier and Type Class Description classAMeanclassEntropyclassLogEntropyclassMeanclassNorm1Sum of absolute valuesclassNorm2classNormMaxThe max absolute valueclassShannonEntropyclassSquaredNorm -
Uses of Op in org.nd4j.linalg.api.ops.impl.reduce.longer
Classes in org.nd4j.linalg.api.ops.impl.reduce.longer that implement Op Modifier and Type Class Description classCountNonZeroclassCountZeroclassMatchCondition -
Uses of Op in org.nd4j.linalg.api.ops.impl.reduce.same
Classes in org.nd4j.linalg.api.ops.impl.reduce.same that implement Op Modifier and Type Class Description classAMaxclassAMinclassASumclassMaxclassMinclassProdclassSum -
Uses of Op in org.nd4j.linalg.api.ops.impl.reduce3
Classes in org.nd4j.linalg.api.ops.impl.reduce3 that implement Op Modifier and Type Class Description classBaseReduce3OpclassCosineDistanceclassCosineSimilarityclassDotclassEqualsWithEpsclassEuclideanDistanceclassHammingDistanceclassJaccardDistanceclassManhattanDistance -
Uses of Op in org.nd4j.linalg.api.ops.impl.scalar
Classes in org.nd4j.linalg.api.ops.impl.scalar that implement Op Modifier and Type Class Description classLeakyReLUclassLogXclassPowclassPowDerivativeclassRectifiedLinearclassRelu6classReplaceNansclassScalarAddclassScalarDivisionclassScalarFModclassScalarMaxclassScalarMinclassScalarMultiplicationclassScalarRemainderclassScalarReverseDivisionclassScalarReverseSubtractionclassScalarSetclassScalarSubtractionclassStep -
Uses of Op in org.nd4j.linalg.api.ops.impl.scalar.comparison
Classes in org.nd4j.linalg.api.ops.impl.scalar.comparison that implement Op Modifier and Type Class Description classScalarAndReturn a binary (0 or 1) when greater than a numberclassScalarEpsReturn a binary (0 or 1) when greater than a numberclassScalarEqualsReturn a binary (0 or 1) when greater than a numberclassScalarGreaterThanReturn a binary (0 or 1) when greater than a numberclassScalarGreaterThanOrEqualReturn a binary (0 or 1) when greater than or equal to a numberclassScalarLessThanReturn a binary (0 or 1) when less than a numberclassScalarLessThanOrEqualReturn a binary (0 or 1) when less than or equal to a numberclassScalarNotReturn a binary (0 or 1) when greater than a numberclassScalarNotEqualsReturn a binary (0 or 1) when greater than a numberclassScalarOrReturn a binary (0 or 1) when greater than a numberclassScalarSetValueclassScalarXorReturn a binary (0 or 1) when greater than a number -
Uses of Op in org.nd4j.linalg.api.ops.impl.summarystats
Classes in org.nd4j.linalg.api.ops.impl.summarystats that implement Op Modifier and Type Class Description classStandardDeviationclassVariance -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms
Classes in org.nd4j.linalg.api.ops.impl.transforms that implement Op Modifier and Type Class Description classMaxOut -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.any
Classes in org.nd4j.linalg.api.ops.impl.transforms.any that implement Op Modifier and Type Class Description classAssign -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.bool
Classes in org.nd4j.linalg.api.ops.impl.transforms.bool that implement Op Modifier and Type Class Description classBooleanNotclassIsFiniteclassIsInfclassIsNaNclassMatchConditionTransform -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.comparison
Classes in org.nd4j.linalg.api.ops.impl.transforms.comparison that implement Op Modifier and Type Class Description classCompareAndReplaceclassCompareAndSetclassEps -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.floating
Classes in org.nd4j.linalg.api.ops.impl.transforms.floating that implement Op Modifier and Type Class Description classRSqrtclassSqrt -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.gradient
Classes in org.nd4j.linalg.api.ops.impl.transforms.gradient that implement Op Modifier and Type Class Description classCubeDerivativeDeprecated.classHardSigmoidDerivativeDeprecated.classHardTanhDerivativeDeprecated.classLeakyReLUDerivativeclassRationalTanhDerivativeDeprecated.classRectifiedTanhDerivativeDeprecated.classSELUDerivativeDeprecated.classSoftSignDerivativeDeprecated. -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.pairwise
Classes in org.nd4j.linalg.api.ops.impl.transforms.pairwise that implement Op Modifier and Type Class Description classBinaryMinimalRelativeErrorclassBinaryRelativeErrorclassRelativeErrorclassSetSet -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic
Classes in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic that implement Op Modifier and Type Class Description classAxpyclassCopyOpclassFModOpclassPowPairwiseclassRemainderOp -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.pairwise.bool
Classes in org.nd4j.linalg.api.ops.impl.transforms.pairwise.bool that implement Op Modifier and Type Class Description classAndclassNotclassOrclassXor -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.same
Classes in org.nd4j.linalg.api.ops.impl.transforms.same that implement Op Modifier and Type Class Description classAbsclassAMaxclassAMinclassCeilclassCubeclassFloorclassMaxclassMinclassNegativeclassOneMinus1 - inputclassReciprocalclassRoundclassSignclassSquareclassTimesOneMinus -
Uses of Op in org.nd4j.linalg.api.ops.impl.transforms.strict
Classes in org.nd4j.linalg.api.ops.impl.transforms.strict that implement Op Modifier and Type Class Description classACosclassACoshclassASinclassASinhclassATanclassATanhclassCosclassCoshclassErfclassErfcclassExpclassExpm1classGELUclassGELUDerivativeGELU derivativeclassHardSigmoidclassHardTanhclassLogclassLog1pclassLogSigmoidclassMishclassMishDerivativeclassPreciseGELUclassPreciseGELUDerivativeGELU derivativeclassRationalTanhclassRectifiedTanhclassRintclassSELUclassSetRangeclassSigmoidclassSigmoidDerivativeDeprecated.classSinclassSinhclassSoftPlusclassSoftSignclassStabilizeclassSwishclassSwishDerivativeSwish derivativeclassTanclassTanDerivativeclassTanhclassTanhDerivativeDeprecated. -
Uses of Op in org.nd4j.linalg.api.ops.random
Classes in org.nd4j.linalg.api.ops.random that implement Op Modifier and Type Class Description classBaseRandomOp -
Uses of Op in org.nd4j.linalg.api.ops.random.impl
Classes in org.nd4j.linalg.api.ops.random.impl that implement Op Modifier and Type Class Description classAlphaDropOutclassBernoulliDistributionclassBinomialDistributionclassBinomialDistributionExclassChoiceclassDropOutclassDropOutInvertedclassGaussianDistributionclassLinspaceclassLogNormalDistributionclassProbablisticMergeclassTruncatedNormalDistributionclassUniformDistribution -
Uses of Op in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory with parameters of type Op Modifier and Type Method Description static INDArrayNd4j. exec(Op op)Execute the operation and return the resultstatic INDArrayNd4j. exec(Op op, OpContext context) -
Uses of Op in org.nd4j.linalg.profiler
Methods in org.nd4j.linalg.profiler with parameters of type Op Modifier and Type Method Description protected StringOpProfiler. getOpClass(Op op)This method returns op class opNamevoidOpProfiler.OpProfilerListener. invoke(Op op)voidOpProfiler. processOpCall(Op op)This method tracks op callsvoidOpProfiler. processOpCall(Op op, DataBuffer... tadBuffers)voidOpProfiler. processStackCall(Op op, long timeStart)This method buildsvoidOpProfiler. timeOpCall(Op op, long startTime) -
Uses of Op in org.nd4j.linalg.profiler.data
Methods in org.nd4j.linalg.profiler.data with parameters of type Op Modifier and Type Method Description voidStringAggregator. putTime(String key, Op op, long timeSpent)
-