Uses of Class
org.nd4j.autodiff.functions.DifferentialFunction
-
-
Uses of DifferentialFunction in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions that return DifferentialFunction Modifier and Type Method Description DifferentialFunctionDifferentialFunction. dup()Duplicate this function -
Uses of DifferentialFunction in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return DifferentialFunction Modifier and Type Method Description DifferentialFunctionSameDiff. getOpById(@NonNull String id)Get the function by theDifferentialFunction#getOwnName()DifferentialFunctionSameDiff. getVariableOutputOp(String variableName)Get the differential function (if any) that this variable is the output forDifferentialFunction[]SameDiff. ops()Get an array of differential functions that have been defined for this SameDiff instanceMethods in org.nd4j.autodiff.samediff with parameters of type DifferentialFunction Modifier and Type Method Description voidSameDiff. addArgsFor(String[] variables, DifferentialFunction function)Adds incoming arguments for the specified differential function to the graphvoidSameDiff. addArgsFor(SDVariable[] variables, DifferentialFunction function)Adds incoming arguments for the specified differential function to the graphvoidSameDiff. addOutgoingFor(String[] varNames, DifferentialFunction function)Adds outgoing arguments to the graph for the specified DifferentialFunction Also checks for input arguments and updates the graph adding an appropriate edge when the full graph is declared.voidSameDiff. addOutgoingFor(SDVariable[] variables, DifferentialFunction function)Adds outgoing arguments to the graph for the specified DifferentialFunction Also checks for input arguments and updates the graph adding an appropriate edge when the full graph is declared.SDVariable[]SameDiff. generateOutputVariableForOp(DifferentialFunction function)Generate the variables based on the given input op and return the output variable names.SDVariable[]SameDiff. generateOutputVariableForOp(DifferentialFunction function, String baseName, boolean isImport)Generate the variables based on the given input op and return the output variable names.String[]SameDiff. getInputsForOp(@NonNull DifferentialFunction function)Returns the name(s) of the inputs for the given functionSDVariable[]SameDiff. getInputVariablesForOp(DifferentialFunction function)Get the input variable(s) for the specified differential functionString[]SameDiff. getOutputsForOp(DifferentialFunction function)Returns the name(s) of the outputs for the given functionSDVariable[]SameDiff. getOutputVariablesForOp(DifferentialFunction function)Get the output variable(s) for the specified differential functionbooleanSameDiff. hasArgs(DifferentialFunction function)Returns true if this function already has defined argumentsvoidSameDiff. putOpForId(String id, DifferentialFunction function)Put the function for the given idvoidSameDiff. removeArgFromOp(String varName, DifferentialFunction function)Remove an argument for a function.voidSameDiff. replaceArgFor(int i, @NonNull SDVariable newArg, @NonNull DifferentialFunction function)Replaces the argument at i with newArg for function Does not use (or remove) ArgumentInterceptor stuff -
Uses of DifferentialFunction in org.nd4j.autodiff.samediff.config
Methods in org.nd4j.autodiff.samediff.config with parameters of type DifferentialFunction Modifier and Type Method Description static ExecutionResultExecutionResult. createFrom(DifferentialFunction func, OpContext opContext) -
Uses of DifferentialFunction in org.nd4j.autodiff.samediff.internal
Fields in org.nd4j.autodiff.samediff.internal declared as DifferentialFunction Modifier and Type Field Description protected DifferentialFunctionSameDiffOp. opMethods in org.nd4j.autodiff.samediff.internal that return DifferentialFunction Modifier and Type Method Description DifferentialFunctionSameDiffOp. getOp()Methods in org.nd4j.autodiff.samediff.internal with parameters of type DifferentialFunction Modifier and Type Method Description ExecutionResultInferenceSession. doExec(DifferentialFunction op, OpContext opContext, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Set<String> constAndPhInputs, Map<String,SDValue> otherPlaceHolders)ExecutionResultInferenceSession. getOutputsHelperTensorArrayOps(DifferentialFunction op, FrameIter outputFrameIter, Set<AbstractSession.VarId> opInputs, Set<AbstractSession.VarId> allIterInputs, Map<String,SDValue> otherPlaceHolders)Forward pass for TensorArray opsvoidSameDiffOp. setOp(DifferentialFunction op)Constructors in org.nd4j.autodiff.samediff.internal with parameters of type DifferentialFunction Constructor Description SameDiffOp(String name, DifferentialFunction op, List<String> inputsToOp, List<String> outputsOfOp, List<String> controlDeps, List<String> varControlDeps, List<String> controlDepFor) -
Uses of DifferentialFunction in org.nd4j.autodiff.samediff.serde
Methods in org.nd4j.autodiff.samediff.serde that return DifferentialFunction Modifier and Type Method Description static DifferentialFunctionFlatBuffersMapper. cloneViaSerialize(SameDiff sd, DifferentialFunction df)static DifferentialFunctionFlatBuffersMapper. cloneViaSerialize(SameDiff sd, DifferentialFunction df, Map<String,Integer> nameToIdxMap)static DifferentialFunctionFlatBuffersMapper. fromFlatNode(FlatNode fn)Methods in org.nd4j.autodiff.samediff.serde with parameters of type DifferentialFunction Modifier and Type Method Description static intFlatBuffersMapper. asFlatNode(@NonNull SameDiff sameDiff, @NonNull DifferentialFunction node, @NonNull com.google.flatbuffers.FlatBufferBuilder bufferBuilder, List<SDVariable> variables, Map<String,Integer> reverseMap, Map<String,Integer> forwardMap, Map<String,Integer> framesMap, AtomicInteger idCounter, Integer id)static DifferentialFunctionFlatBuffersMapper. cloneViaSerialize(SameDiff sd, DifferentialFunction df)static DifferentialFunctionFlatBuffersMapper. cloneViaSerialize(SameDiff sd, DifferentialFunction df, Map<String,Integer> nameToIdxMap) -
Uses of DifferentialFunction in org.nd4j.autodiff.samediff.transform
Fields in org.nd4j.autodiff.samediff.transform declared as DifferentialFunction Modifier and Type Field Description protected DifferentialFunctionSubGraph. rootNodeFields in org.nd4j.autodiff.samediff.transform with type parameters of type DifferentialFunction Modifier and Type Field Description protected List<DifferentialFunction>SubGraph. childNodesMethods in org.nd4j.autodiff.samediff.transform that return types with arguments of type DifferentialFunction Modifier and Type Method Description List<DifferentialFunction>SubGraph. allFunctionsInSubgraph()Methods in org.nd4j.autodiff.samediff.transform with parameters of type DifferentialFunction Modifier and Type Method Description SubGraphSubGraphPredicate. getSubGraph(SameDiff sd, DifferentialFunction rootFn)Get the SubGraph that matches the predicatebooleanSubGraph. inSubgraph(DifferentialFunction df)abstract booleanOpPredicate. matches(SameDiff sameDiff, DifferentialFunction function)booleanSubGraphPredicate. matches(SameDiff sameDiff, DifferentialFunction rootFn)Determine if the subgraph, starting with the root function, matches the predicate -
Uses of DifferentialFunction in org.nd4j.autodiff.util
Methods in org.nd4j.autodiff.util with parameters of type DifferentialFunction Modifier and Type Method Description static voidSameDiffUtils. validateDifferentialFunctionSameDiff(SameDiff sameDiff, SDVariable function, DifferentialFunction op) -
Uses of DifferentialFunction in org.nd4j.imports.converters
Methods in org.nd4j.imports.converters that return DifferentialFunction Modifier and Type Method Description DifferentialFunctionDifferentialFunctionClassHolder. getInstance(String name)DifferentialFunctionDifferentialFunctionClassHolder. getOpWithOnnxName(String onnxName)DifferentialFunctionDifferentialFunctionClassHolder. getOpWithTensorflowName(String tensorflowName)Get theMethods in org.nd4j.imports.converters that return types with arguments of type DifferentialFunction Modifier and Type Method Description static Map<String,DifferentialFunction>ImportClassMapping. getOnnxOpMappingFunctions()static Map<String,DifferentialFunction>ImportClassMapping. getOpNameMapping()Map<String,DifferentialFunction>DifferentialFunctionClassHolder. getTensorFlowNames()static Map<String,DifferentialFunction>ImportClassMapping. getTFOpMappingFunctions()Methods in org.nd4j.imports.converters with parameters of type DifferentialFunction Modifier and Type Method Description Map<String,Field>DifferentialFunctionClassHolder. getFieldsForFunction(DifferentialFunction function)Get the fields for a givenDifferentialFunction -
Uses of DifferentialFunction in org.nd4j.imports.descriptors.properties
Methods in org.nd4j.imports.descriptors.properties with parameters of type DifferentialFunction Modifier and Type Method Description voidAttributeAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)Map the attribute using the specified field on the specified function on adapting the given input type to the type of the field for the specified function. -
Uses of DifferentialFunction in org.nd4j.imports.descriptors.properties.adapters
Methods in org.nd4j.imports.descriptors.properties.adapters with parameters of type DifferentialFunction Modifier and Type Method Description voidBooleanAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidConditionalFieldValueIntIndexArrayAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidConditionalFieldValueNDArrayShapeAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidDataTypeAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidIntArrayIntIndexAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidNDArrayShapeAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidSizeThresholdIntArrayIntIndexAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidStringEqualsAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)voidStringNotEqualsAdapter. mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on) -
Uses of DifferentialFunction in org.nd4j.imports.graphmapper.tf
Methods in org.nd4j.imports.graphmapper.tf with parameters of type DifferentialFunction Modifier and Type Method Description static voidTFGraphMapper. initFunctionFromProperties(String mappedTfName, DifferentialFunction on, Map<String,AttrValue> attributesForNode, NodeDef node, GraphDef graph)Deprecated.To be removed -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops Modifier and Type Class Description classBaseBroadcastBoolOpclassBaseBroadcastOpclassBaseIndexAccumulationclassBaseOpclassBaseReduceBoolOpclassBaseReduceFloatOpclassBaseReduceLongOpclassBaseReduceOpclassBaseReduceSameOpclassBaseScalarBoolOpclassBaseScalarOpclassBaseTransformAnyOpclassBaseTransformBoolOpclassBaseTransformFloatOpclassBaseTransformOpclassBaseTransformSameOpclassBaseTransformStrictOpclassDynamicCustomOpclassNoOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.compat
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.compat Modifier and Type Class Description classCompatSparseToDenseclassCompatStringSplit -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.compression
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.compression Modifier and Type Class Description classDecodeBitmapclassDecodeThresholdclassEncodeBitmapclassEncodeThreshold -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.custom
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.custom Modifier and Type Class Description classAdjustContrastclassAdjustHueclassAdjustSaturationclassBarnesEdgeForcesclassBarnesHutGainsclassBarnesHutSymmetrizeclassBetaIncclassBitCastclassCompareAndBitpackclassDigammaclassDivideNoNanclassDrawBoundingBoxesclassEigclassFakeQuantWithMinMaxVarsPerChannelclassFlattenclassFusedBatchNormclassHsvToRgbclassIgammaclassIgammacclassInvokeInvoke is an opclassKnnMinDistanceclassLgammaclassLinearSolveclassLogdetclassLstsqclassLuclassMatrixBandPartclassPolygammaclassRandomCropclassRgbToGrayscaleclassRgbToHsvclassRgbToYiqclassRgbToYuvclassRollclassSpTreeCellclassToggleBitsclassTriclassTriangularSolveclassTriuclassTriuBpclassYiqToRgbclassYuvToRgbMethods in org.nd4j.linalg.api.ops.custom with parameters of type DifferentialFunction Modifier and Type Method Description static ExecutionResultInvoke. doInvoke(DifferentialFunction op, Map<String,INDArray> placeHolders, Map<String,SDValue> valuePlaceHolders)Perform the invoke method. -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.broadcast
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.broadcast Modifier and Type Class Description classBiasAddBias addition gradient operation.classBiasAddGradclassBroadcastAddOpclassBroadcastAMaxclassBroadcastAMinclassBroadcastCopyOpclassBroadcastDivOpclassBroadcastGradientArgsclassBroadcastMaxclassBroadcastMinclassBroadcastMulOpclassBroadcastRDivOpclassBroadcastRSubOpclassBroadcastSubOpclassBroadcastTo -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.broadcast.bool
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.broadcast.bool Modifier and Type Class Description classBroadcastEqualToclassBroadcastGreaterThanclassBroadcastGreaterThanOrEqualclassBroadcastLessThanclassBroadcastLessThanOrEqualclassBroadcastNotEqual -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.controlflow
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.controlflow Modifier and Type Class Description classSelectclassWhereclassWhereNumpy -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.controlflow.compat
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.controlflow.compat Modifier and Type Class Description classBaseCompatOpclassEnterclassExitclassLoopCondclassMergeclassNextIterationclassStopGradientclassSwitchclassWhile -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.grid
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.grid Modifier and Type Class Description classBaseGridOpclassFreeGridOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.image
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.image Modifier and Type Class Description classCropAndResizeclassExtractImagePatchesclassImageResizeclassNonMaxSuppressionclassNonMaxSuppressionV3classNonMaxSuppressionWithOverlapsclassResizeAreaclassResizeBicubicclassResizeBilinearclassResizeNearestNeighbor -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.indexaccum
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.indexaccum Modifier and Type Class Description classFirstIndexclassLastIndex -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.indexaccum.custom
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.indexaccum.custom Modifier and Type Class Description classArgAmaxclassArgAminclassArgMaxclassArgMin -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.layers
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.layers Modifier and Type Class Description classExternalErrorsFunction -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.layers.convolution
-
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.layers.recurrent
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.layers.recurrent Modifier and Type Class Description classGRUclassGRUBpclassGRUCellclassLSTMBlockclassLSTMBlockCellclassLSTMCellclassLSTMLayerclassLSTMLayerBpclassSRUclassSRUCell -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.loss
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.loss Modifier and Type Class Description classAbsoluteDifferenceLossclassBaseLossclassCosineDistanceLossclassCtcLossclassHingeLossclassHuberLossclassL2LossL2 loss op wrapperclassLogLossclassLogPoissonLossclassMeanPairwiseSquaredErrorLossMean Pairwise Squared Error LossclassMeanSquaredErrorLossclassSigmoidCrossEntropyLossclassSoftmaxCrossEntropyLossclassSoftmaxCrossEntropyWithLogitsLossclassSparseSoftmaxCrossEntropyLossWithLogitsclassWeightedCrossEntropyLoss -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.loss.bp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.loss.bp Modifier and Type Class Description classAbsoluteDifferenceLossBpclassBaseLossBpclassCosineDistanceLossBpclassCtcLossBpclassHingeLossBpclassHuberLossBpclassLogLossBpclassLogPoissonLossBpclassMeanPairwiseSquaredErrorLossBpclassMeanSquaredErrorLossBpclassSigmoidCrossEntropyLossBpclassSoftmaxCrossEntropyLossBpclassSoftmaxCrossEntropyWithLogitsLossBpclassSparseSoftmaxCrossEntropyLossWithLogitsBp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.meta
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.meta Modifier and Type Class Description classBaseMetaOpclassInvertedPredicateMetaOpclassPostulateMetaOpclassPredicateMetaOpclassReduceMetaOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.nlp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.nlp Modifier and Type Class Description classCbowRoundclassSkipGramRound -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce Modifier and Type Class Description classHashCodeclassMmulclassMmulBpclassMomentsclassNormalizeMomentsclassSufficientStatisticsclassTensorMmulTensorMmulclassTensorMmulBpclassZeroFraction -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.bool
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.bool Modifier and Type Class Description classAllclassAnyclassIsInfclassIsNaN -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.bp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.bp Modifier and Type Class Description classBaseReductionBpclassCumProdBpclassCumSumBpclassDotBpclassMaxBpclassMeanBpclassMinBpclassNorm1BpclassNorm2BpclassNormMaxBpclassPowBpclassProdBpclassSquaredNormBpclassStandardDeviationBpclassSumBpclassVarianceBp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.custom
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.custom Modifier and Type Class Description classBaseDynamicCustomBoolReductionclassBaseDynamicCustomIndexReductionclassBaseDynamicCustomLongReductionclassBaseDynamicCustomReductionBase class for reduction.classBatchMmulclassLogSumExp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.floating
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.floating Modifier and Type Class Description classAMeanclassEntropyclassLogEntropyclassMeanclassNorm1Sum of absolute valuesclassNorm2classNormMaxThe max absolute valueclassShannonEntropyclassSquaredNorm -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.longer
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.longer Modifier and Type Class Description classCountNonZeroclassCountZeroclassMatchCondition -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.same
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce.same Modifier and Type Class Description classAMaxclassAMinclassASumclassMaxclassMinclassProdclassSum -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce3
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.reduce3 Modifier and Type Class Description classBaseReduce3OpclassCosineDistanceclassCosineSimilarityclassDotclassEqualsWithEpsclassEuclideanDistanceclassHammingDistanceclassJaccardDistanceclassManhattanDistance -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.scalar
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.scalar Modifier and Type Class Description classLeakyReLUclassLogXclassPowclassPowDerivativeclassPReluParameterized ReLU opclassRectifiedLinearclassRectifiedLinearDerivativeclassRelu6classReplaceNansclassScalarAddclassScalarDivisionclassScalarFModclassScalarMaxclassScalarMinclassScalarMultiplicationclassScalarRemainderclassScalarReverseDivisionclassScalarReverseSubtractionclassScalarSetclassScalarSubtractionclassStep -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.scalar.comparison
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.scalar.comparison 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 DifferentialFunction in org.nd4j.linalg.api.ops.impl.scatter
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.scatter Modifier and Type Class Description classScatterAddclassScatterDivclassScatterMaxclassScatterMinclassScatterMulclassScatterNdclassScatterNdAddclassScatterNdSubclassScatterNdUpdateclassScatterSubclassScatterUpdate -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape Modifier and Type Class Description classApplyGradientDescentclassBroadcastDynamicShapeclassConcatclassConfusionMatrixclassCreateclassCreateViewclassCrossclassDiagclassDiagPartclassExpandDimsclassEyeclassFlatten2DclassGatherGather opclassGatherNdGatherND opclassLinspaceclassMergeAvgclassMergeMaxclassMergeMaxIndexclassMergeSumclassMeshGridclassOneHotclassOnesAsclassOnesLikeclassParallelStackclassPermuteclassRankclassReductionShapeclassRepeatclassReshapeclassSequenceMaskclassSetShapeReturns the shape of the input array.classShapeReturns the shape of the input array.classShapeNclassSizeclassSizeAtclassSliceclassSplitSplit opclassSplitVSplitV opclassSqueezeclassStackclassStridedSliceclassTileclassTransposeclassUnstackclassZerosLike -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape.bp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape.bp Modifier and Type Class Description classConcatBpclassMergeAvgBpclassMergeMaxBpclassSliceBpclassStridedSliceBpclassTileBp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape.tensorops
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.shape.tensorops Modifier and Type Class Description classBaseTensorOpclassEmbeddingLookupclassTensorArrayclassTensorArrayConcatclassTensorArrayGatherclassTensorArrayReadclassTensorArrayRemoveclassTensorArrayScatterclassTensorArraySizeclassTensorArraySplitclassTensorArrayWrite -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.summarystats
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.summarystats Modifier and Type Class Description classStandardDeviationclassVariance -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms Modifier and Type Class Description classAngleclassAssertclassBaseDynamicTransformOpclassBinCountclassCheckNumericsclassCholeskyclassHistogramclassHistogramFixedWidthclassIdentityNclassMaxOutclassNthElementclassPadclassReluLayer -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.any
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.any Modifier and Type Class Description classAssignclassIsMax[1, 2, 3, 1] -> [0, 0, 1, 0] -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.bool
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.bool Modifier and Type Class Description classBooleanNotclassIsFiniteclassIsInfclassIsNaNclassMatchConditionTransform -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.clip
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.clip Modifier and Type Class Description classClipByAvgNormclassClipByNormclassClipByNormBpclassClipByValue -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.comparison
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.comparison Modifier and Type Class Description classCompareAndReplaceclassCompareAndSetclassEps -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.custom
-
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.custom.segment
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.custom.segment Modifier and Type Class Description classSegmentMaxclassSegmentMeanclassSegmentMinclassSegmentProdclassSegmentSum -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.dtype
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.dtype Modifier and Type Class Description classCastclassMinMaxDataTypeReturns the min or max (0 or 1 in int arguments) for a given data type. -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.floating
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.floating Modifier and Type Class Description classRSqrtclassSqrtclassSqrtM -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.gradient
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.gradient Modifier and Type Class Description classCubeBpclassCubeDerivativeDeprecated.classDynamicPartitionBpclassEluBpclassGradientBackwardsMarkerclassHardSigmoidBpclassHardSigmoidDerivativeDeprecated.classHardTanhBpclassHardTanhDerivativeDeprecated.classLeakyReLUBpclassLeakyReLUDerivativeclassLogSoftMaxDerivativeclassPReluBpclassRationalTanhBpclassRationalTanhDerivativeDeprecated.classRectifiedTanhBpclassRectifiedTanhDerivativeDeprecated.classRelu6DerivativeclassSeluBpclassSELUDerivativeDeprecated.classSigmoidDerivativeclassSoftmaxBpclassSoftPlusBpclassSoftSignBpclassSoftSignDerivativeDeprecated.classTanhDerivativeclassThresholdReluBp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise Modifier and Type Class Description classBinaryMinimalRelativeErrorclassBinaryRelativeErrorclassRelativeErrorclassSetSet -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic Modifier and Type Class Description classAddOpAddition operationclassAxpyclassCopyOpclassDivOpDivision operationclassFloorDivOpclassFloorModOpclassFModOpclassMergeAddOpclassModOpclassMulOpclassPowPairwiseclassRDivOpReverse Division operationclassRealDivOpRealDivision operationclassRemainderOpclassRSubOpclassSquaredDifferenceOpclassSubOpclassTruncateDivOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic.bp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.arithmetic.bp Modifier and Type Class Description classAddBpOpclassBaseArithmeticBackpropOpclassDivBpOpclassFloorDivBpOpclassFloorModBpOpclassMergeAddBpclassModBpOpclassMulBpOpclassRDivBpOpclassRSubBpOpclassSquaredDifferenceBpOpclassSubBpOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.bool
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.pairwise.bool Modifier and Type Class Description classAndclassNotclassOrclassXor -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.same
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.same Modifier and Type Class Description classAbsclassAMaxclassAMinclassCeilclassCubeclassFloorclassIdentityclassMaxclassMinclassNegativeclassOneMinus1 - inputclassReciprocalclassRoundclassSignclassSquareclassTimesOneMinus -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.segment
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.segment Modifier and Type Class Description classUnsortedSegmentMaxclassUnsortedSegmentMeanclassUnsortedSegmentMinclassUnsortedSegmentProdclassUnsortedSegmentSqrtNclassUnsortedSegmentSum -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.segment.bp
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.segment.bp Modifier and Type Class Description classSegmentMaxBpclassSegmentMeanBpclassSegmentMinBpclassSegmentProdBpclassSegmentSumBpclassUnsortedSegmentMaxBpclassUnsortedSegmentMeanBpclassUnsortedSegmentMinBpclassUnsortedSegmentProdBpclassUnsortedSegmentSqrtNBpclassUnsortedSegmentSumBp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.strict
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.transforms.strict Modifier and Type Class Description classACosclassACoshclassASinclassASinhclassATanclassATanhclassCosclassCoshclassELUclassErfclassErfcclassExpclassExpm1classGELUclassGELUDerivativeGELU derivativeclassHardSigmoidclassHardTanhclassLogclassLog1pclassLogSigmoidclassMishclassMishDerivativeclassPreciseGELUclassPreciseGELUDerivativeGELU derivativeclassRationalTanhclassRectifiedTanhclassRintclassSELUclassSetRangeclassSigmoidclassSigmoidDerivativeDeprecated.classSinclassSinhclassSoftPlusclassSoftSignclassStabilizeclassSwishclassSwishDerivativeSwish derivativeclassTanclassTanDerivativeclassTanhclassTanhDerivativeDeprecated. -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.updaters
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.impl.updaters Modifier and Type Class Description classAdaBeliefUpdaterclassAdaDeltaUpdaterclassAdaGradUpdaterclassAdaMaxUpdaterclassAdamUpdaterclassAmsGradUpdaterclassNadamUpdaterclassNesterovsUpdaterclassRmsPropUpdaterclassSgdUpdater -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.persistence
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.persistence Modifier and Type Class Description classRestoreV2classSaveV2 -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.random
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.random Modifier and Type Class Description classBaseRandomOp -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.random.compat
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.random.compat Modifier and Type Class Description classRandomStandardNormal -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.random.custom
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.random.custom Modifier and Type Class Description classDistributionUniformclassRandomBernoulliclassRandomExponentialclassRandomGammaclassRandomNormalclassRandomPoissonclassRandomShuffle -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.random.impl
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.random.impl Modifier and Type Class Description classAlphaDropOutclassBernoulliDistributionclassBinomialDistributionclassBinomialDistributionExclassChoiceclassDropOutclassDropOutInvertedclassGaussianDistributionclassLinspaceclassLogNormalDistributionclassProbablisticMergeclassRandomMultinomialclassRangeclassTruncatedNormalDistributionclassUniformDistribution -
Uses of DifferentialFunction in org.nd4j.linalg.api.ops.util
Subclasses of DifferentialFunction in org.nd4j.linalg.api.ops.util Modifier and Type Class Description classPrintAffinityclassPrintVariable
-