Uses of Class
org.tensorflow.framework.AttrValue
-
-
Uses of AttrValue in org.nd4j.autodiff.functions
Method parameters in org.nd4j.autodiff.functions with type arguments of type AttrValue Modifier and Type Method Description abstract voidDifferentialFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)Initialize the function from the givenNodeDefConstructor parameters in org.nd4j.autodiff.functions with type arguments of type AttrValue Constructor Description DifferentialFunction(SameDiff sameDiff, NodeDef nodeDef, Map<String,AttrValue> attributesForNode, GraphDef graph)Initialize the function from the givenNodeDef -
Uses of AttrValue in org.nd4j.imports.graphmapper.tf
Method parameters in org.nd4j.imports.graphmapper.tf with type arguments of type AttrValue 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 AttrValue in org.nd4j.linalg.api.ops
Method parameters in org.nd4j.linalg.api.ops with type arguments of type AttrValue Modifier and Type Method Description voidBaseBroadcastBoolOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidBaseBroadcastOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidBaseOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidBaseReduceOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDynamicCustomOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidNoOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.custom
Method parameters in org.nd4j.linalg.api.ops.custom with type arguments of type AttrValue Modifier and Type Method Description voidBitCast. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFakeQuantWithMinMaxVarsPerChannel. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFusedBatchNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLinearSolve. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLu. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTriangularSolve. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.broadcast
Method parameters in org.nd4j.linalg.api.ops.impl.broadcast with type arguments of type AttrValue Modifier and Type Method Description voidBiasAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidBroadcastTo. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.controlflow
Method parameters in org.nd4j.linalg.api.ops.impl.controlflow with type arguments of type AttrValue Modifier and Type Method Description voidSelect. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.controlflow.compat
Method parameters in org.nd4j.linalg.api.ops.impl.controlflow.compat with type arguments of type AttrValue Modifier and Type Method Description voidBaseCompatOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidEnter. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidExit. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLoopCond. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMerge. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidNextIteration. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSwitch. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidWhile. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.image
Method parameters in org.nd4j.linalg.api.ops.impl.image with type arguments of type AttrValue Modifier and Type Method Description voidCropAndResize. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidExtractImagePatches. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidResizeArea. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidResizeBicubic. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidResizeBilinear. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidResizeNearestNeighbor. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.indexaccum.custom
Method parameters in org.nd4j.linalg.api.ops.impl.indexaccum.custom with type arguments of type AttrValue Modifier and Type Method Description voidArgAmin. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.layers
Method parameters in org.nd4j.linalg.api.ops.impl.layers with type arguments of type AttrValue Modifier and Type Method Description voidExternalErrorsFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.layers.convolution
Method parameters in org.nd4j.linalg.api.ops.impl.layers.convolution with type arguments of type AttrValue Modifier and Type Method Description voidAvgPooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidBatchNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidConv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidConv3D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDeConv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDeConv2DTF. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDeConv3DTF. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDepthToSpace. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDepthwiseConv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLocalResponseNormalization. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMaxPooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMaxPoolWithArgmax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidPooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidPooling3D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSpaceToDepth. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.layers.recurrent
Method parameters in org.nd4j.linalg.api.ops.impl.layers.recurrent with type arguments of type AttrValue Modifier and Type Method Description voidLSTMBlock. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLSTMBlockCell. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSRU. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSRUCell. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.loss
Method parameters in org.nd4j.linalg.api.ops.impl.loss with type arguments of type AttrValue Modifier and Type Method Description voidSoftmaxCrossEntropyLoss. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSparseSoftmaxCrossEntropyLossWithLogits. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.reduce
Method parameters in org.nd4j.linalg.api.ops.impl.reduce with type arguments of type AttrValue Modifier and Type Method Description voidMmul. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMoments. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidNormalizeMoments. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTensorMmul. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.scalar
Method parameters in org.nd4j.linalg.api.ops.impl.scalar with type arguments of type AttrValue Modifier and Type Method Description voidLeakyReLU. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidRelu6. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.scatter
Method parameters in org.nd4j.linalg.api.ops.impl.scatter with type arguments of type AttrValue Modifier and Type Method Description voidScatterAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterDiv. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterMax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterMin. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterMul. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterNd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterNdAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterNdSub. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterNdUpdate. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterSub. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidScatterUpdate. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.shape
Method parameters in org.nd4j.linalg.api.ops.impl.shape with type arguments of type AttrValue Modifier and Type Method Description voidApplyGradientDescent. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidConcat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidConfusionMatrix. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidCreate. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDiag. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDiagPart. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidExpandDims. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFlatten2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidGather. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidLinspace. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMergeAvg. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMergeMax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMergeSum. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidOneHot. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidOnesAs. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidOnesLike. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidParallelStack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidRepeat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidReshape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSequenceMask. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSetShape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidShape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidShapeN. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSize. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSplit. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSplitV. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSqueeze. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidStack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidStridedSlice. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTile. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTranspose. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidUnstack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidZerosLike. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.shape.tensorops
Method parameters in org.nd4j.linalg.api.ops.impl.shape.tensorops with type arguments of type AttrValue Modifier and Type Method Description voidBaseTensorOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTensorArray. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTensorArrayRead. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTensorArraySize. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.transforms
Method parameters in org.nd4j.linalg.api.ops.impl.transforms with type arguments of type AttrValue Modifier and Type Method Description voidBinCount. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidCheckNumerics. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidCholesky. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidHistogramFixedWidth. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidNthElement. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidPad. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.transforms.clip
Method parameters in org.nd4j.linalg.api.ops.impl.transforms.clip with type arguments of type AttrValue Modifier and Type Method Description voidClipByNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidClipByValue. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.transforms.custom
Method parameters in org.nd4j.linalg.api.ops.impl.transforms.custom with type arguments of type AttrValue Modifier and Type Method Description voidAssign. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidCumProd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidCumSum. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDilation2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDynamicPartition. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidDynamicStitch. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFakeQuantWithMinMaxArgs. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFakeQuantWithMinMaxVars. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidFill. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidInTopK. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidMirrorPad. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidParallelConcat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidReverseSequence. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidReverseV2. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSvd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidTopK. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidUnique. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidUniqueWithCounts. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.transforms.dtype
Method parameters in org.nd4j.linalg.api.ops.impl.transforms.dtype with type arguments of type AttrValue Modifier and Type Method Description voidCast. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.impl.transforms.strict
Method parameters in org.nd4j.linalg.api.ops.impl.transforms.strict with type arguments of type AttrValue Modifier and Type Method Description voidRectifiedTanh. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.persistence
Method parameters in org.nd4j.linalg.api.ops.persistence with type arguments of type AttrValue Modifier and Type Method Description voidRestoreV2. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidSaveV2. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.random.custom
Method parameters in org.nd4j.linalg.api.ops.random.custom with type arguments of type AttrValue Modifier and Type Method Description voidDistributionUniform. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidRandomGamma. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidRandomPoisson. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.nd4j.linalg.api.ops.random.impl
Method parameters in org.nd4j.linalg.api.ops.random.impl with type arguments of type AttrValue Modifier and Type Method Description voidDropOutInverted. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)voidRange. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of AttrValue in org.tensorflow.framework
Methods in org.tensorflow.framework that return AttrValue Modifier and Type Method Description AttrValueAttrValue.Builder. build()AttrValueAttrValue.Builder. buildPartial()AttrValueKernelDef.AttrConstraint.Builder. getAllowedValues()A list of values that this kernel supports for this attr.AttrValueKernelDef.AttrConstraint. getAllowedValues()A list of values that this kernel supports for this attr.AttrValueKernelDef.AttrConstraintOrBuilder. getAllowedValues()A list of values that this kernel supports for this attr.AttrValueOpDef.AttrDef.Builder. getAllowedValues()The set of allowed values.AttrValueOpDef.AttrDef. getAllowedValues()The set of allowed values.AttrValueOpDef.AttrDefOrBuilder. getAllowedValues()The set of allowed values.AttrValueFunctionDef.Builder. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueFunctionDef. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueFunctionDefOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueNameAttrList.Builder. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrList. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrListOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNodeDef.Builder. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueNodeDef. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueNodeDefOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueFunctionDef.Builder. getAttrOrThrow(String key)Attributes specific to this function definition.AttrValueFunctionDef. getAttrOrThrow(String key)Attributes specific to this function definition.AttrValueFunctionDefOrBuilder. getAttrOrThrow(String key)Attributes specific to this function definition.AttrValueNameAttrList.Builder. getAttrOrThrow(String key)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrList. getAttrOrThrow(String key)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrListOrBuilder. getAttrOrThrow(String key)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNodeDef.Builder. getAttrOrThrow(String key)Operation-specific graph-construction-time configuration.AttrValueNodeDef. getAttrOrThrow(String key)Operation-specific graph-construction-time configuration.AttrValueNodeDefOrBuilder. getAttrOrThrow(String key)Operation-specific graph-construction-time configuration.static AttrValueAttrValue. getDefaultInstance()AttrValueAttrValue.Builder. getDefaultInstanceForType()AttrValueAttrValue. getDefaultInstanceForType()AttrValueApiDef.Attr.Builder. getDefaultValue()Specify a new default value to use for this attr.AttrValueApiDef.Attr. getDefaultValue()Specify a new default value to use for this attr.AttrValueApiDef.AttrOrBuilder. getDefaultValue()Specify a new default value to use for this attr.AttrValueOpDef.AttrDef.Builder. getDefaultValue()A reasonable default for this attribute if the user does not supply a value.AttrValueOpDef.AttrDef. getDefaultValue()A reasonable default for this attribute if the user does not supply a value.AttrValueOpDef.AttrDefOrBuilder. getDefaultValue()A reasonable default for this attribute if the user does not supply a value.AttrValueRewriterConfig.CustomGraphOptimizer.Builder. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizer. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizerOrBuilder. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizer.Builder. getParameterMapOrThrow(String key)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizer. getParameterMapOrThrow(String key)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizerOrBuilder. getParameterMapOrThrow(String key)map<string, .tensorflow.AttrValue> parameter_map = 2;static AttrValueAttrValue. parseDelimitedFrom(InputStream input)static AttrValueAttrValue. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AttrValueAttrValue. parseFrom(byte[] data)static AttrValueAttrValue. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AttrValueAttrValue. parseFrom(InputStream input)static AttrValueAttrValue. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AttrValueAttrValue. parseFrom(ByteBuffer data)static AttrValueAttrValue. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AttrValueAttrValue. parseFrom(org.nd4j.shade.protobuf.ByteString data)static AttrValueAttrValue. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AttrValueAttrValue. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static AttrValueAttrValue. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type AttrValue Modifier and Type Method Description Map<String,AttrValue>FunctionDef.Builder. getAttr()Deprecated.Map<String,AttrValue>FunctionDef. getAttr()Deprecated.Map<String,AttrValue>FunctionDefOrBuilder. getAttr()Deprecated.Map<String,AttrValue>NameAttrList.Builder. getAttr()Deprecated.Map<String,AttrValue>NameAttrList. getAttr()Deprecated.Map<String,AttrValue>NameAttrListOrBuilder. getAttr()Deprecated.Map<String,AttrValue>NodeDef.Builder. getAttr()Deprecated.Map<String,AttrValue>NodeDef. getAttr()Deprecated.Map<String,AttrValue>NodeDefOrBuilder. getAttr()Deprecated.Map<String,AttrValue>FunctionDef.Builder. getAttrMap()Attributes specific to this function definition.Map<String,AttrValue>FunctionDef. getAttrMap()Attributes specific to this function definition.Map<String,AttrValue>FunctionDefOrBuilder. getAttrMap()Attributes specific to this function definition.Map<String,AttrValue>NameAttrList.Builder. getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;Map<String,AttrValue>NameAttrList. getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;Map<String,AttrValue>NameAttrListOrBuilder. getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;Map<String,AttrValue>NodeDef.Builder. getAttrMap()Operation-specific graph-construction-time configuration.Map<String,AttrValue>NodeDef. getAttrMap()Operation-specific graph-construction-time configuration.Map<String,AttrValue>NodeDefOrBuilder. getAttrMap()Operation-specific graph-construction-time configuration.Map<String,AttrValue>FunctionDef.Builder. getMutableAttr()Deprecated.Map<String,AttrValue>NameAttrList.Builder. getMutableAttr()Deprecated.Map<String,AttrValue>NodeDef.Builder. getMutableAttr()Deprecated.Map<String,AttrValue>RewriterConfig.CustomGraphOptimizer.Builder. getMutableParameterMap()Deprecated.Map<String,AttrValue>RewriterConfig.CustomGraphOptimizer.Builder. getParameterMap()Deprecated.Map<String,AttrValue>RewriterConfig.CustomGraphOptimizer. getParameterMap()Deprecated.Map<String,AttrValue>RewriterConfig.CustomGraphOptimizerOrBuilder. getParameterMap()Deprecated.Map<String,AttrValue>RewriterConfig.CustomGraphOptimizer.Builder. getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;Map<String,AttrValue>RewriterConfig.CustomGraphOptimizer. getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;Map<String,AttrValue>RewriterConfig.CustomGraphOptimizerOrBuilder. getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;org.nd4j.shade.protobuf.Parser<AttrValue>AttrValue. getParserForType()static org.nd4j.shade.protobuf.Parser<AttrValue>AttrValue. parser()Methods in org.tensorflow.framework with parameters of type AttrValue Modifier and Type Method Description AttrValueFunctionDef.Builder. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueFunctionDef. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueFunctionDefOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)Attributes specific to this function definition.AttrValueNameAttrList.Builder. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrList. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNameAttrListOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attr = 2;AttrValueNodeDef.Builder. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueNodeDef. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueNodeDefOrBuilder. getAttrOrDefault(String key, AttrValue defaultValue)Operation-specific graph-construction-time configuration.AttrValueRewriterConfig.CustomGraphOptimizer.Builder. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizer. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValueRewriterConfig.CustomGraphOptimizerOrBuilder. getParameterMapOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> parameter_map = 2;KernelDef.AttrConstraint.BuilderKernelDef.AttrConstraint.Builder. mergeAllowedValues(AttrValue value)A list of values that this kernel supports for this attr.OpDef.AttrDef.BuilderOpDef.AttrDef.Builder. mergeAllowedValues(AttrValue value)The set of allowed values.ApiDef.Attr.BuilderApiDef.Attr.Builder. mergeDefaultValue(AttrValue value)Specify a new default value to use for this attr.OpDef.AttrDef.BuilderOpDef.AttrDef.Builder. mergeDefaultValue(AttrValue value)A reasonable default for this attribute if the user does not supply a value.AttrValue.BuilderAttrValue.Builder. mergeFrom(AttrValue other)static AttrValue.BuilderAttrValue. newBuilder(AttrValue prototype)FunctionDef.BuilderFunctionDef.Builder. putAttr(String key, AttrValue value)Attributes specific to this function definition.NameAttrList.BuilderNameAttrList.Builder. putAttr(String key, AttrValue value)map<string, .tensorflow.AttrValue> attr = 2;NodeDef.BuilderNodeDef.Builder. putAttr(String key, AttrValue value)Operation-specific graph-construction-time configuration.RewriterConfig.CustomGraphOptimizer.BuilderRewriterConfig.CustomGraphOptimizer.Builder. putParameterMap(String key, AttrValue value)map<string, .tensorflow.AttrValue> parameter_map = 2;KernelDef.AttrConstraint.BuilderKernelDef.AttrConstraint.Builder. setAllowedValues(AttrValue value)A list of values that this kernel supports for this attr.OpDef.AttrDef.BuilderOpDef.AttrDef.Builder. setAllowedValues(AttrValue value)The set of allowed values.ApiDef.Attr.BuilderApiDef.Attr.Builder. setDefaultValue(AttrValue value)Specify a new default value to use for this attr.OpDef.AttrDef.BuilderOpDef.AttrDef.Builder. setDefaultValue(AttrValue value)A reasonable default for this attribute if the user does not supply a value.Method parameters in org.tensorflow.framework with type arguments of type AttrValue Modifier and Type Method Description FunctionDef.BuilderFunctionDef.Builder. putAllAttr(Map<String,AttrValue> values)Attributes specific to this function definition.NameAttrList.BuilderNameAttrList.Builder. putAllAttr(Map<String,AttrValue> values)map<string, .tensorflow.AttrValue> attr = 2;NodeDef.BuilderNodeDef.Builder. putAllAttr(Map<String,AttrValue> values)Operation-specific graph-construction-time configuration.RewriterConfig.CustomGraphOptimizer.BuilderRewriterConfig.CustomGraphOptimizer.Builder. putAllParameterMap(Map<String,AttrValue> values)map<string, .tensorflow.AttrValue> parameter_map = 2; -
Uses of AttrValue in tensorflow.eager
Methods in tensorflow.eager that return AttrValue Modifier and Type Method Description AttrValueEagerServiceOuterClass.Operation.Builder. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.Operation. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.OperationOrBuilder. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.Operation.Builder. getAttrsOrThrow(String key)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.Operation. getAttrsOrThrow(String key)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.OperationOrBuilder. getAttrsOrThrow(String key)map<string, .tensorflow.AttrValue> attrs = 5;Methods in tensorflow.eager that return types with arguments of type AttrValue Modifier and Type Method Description Map<String,AttrValue>EagerServiceOuterClass.Operation.Builder. getAttrs()Deprecated.Map<String,AttrValue>EagerServiceOuterClass.Operation. getAttrs()Deprecated.Map<String,AttrValue>EagerServiceOuterClass.OperationOrBuilder. getAttrs()Deprecated.Map<String,AttrValue>EagerServiceOuterClass.Operation.Builder. getAttrsMap()map<string, .tensorflow.AttrValue> attrs = 5;Map<String,AttrValue>EagerServiceOuterClass.Operation. getAttrsMap()map<string, .tensorflow.AttrValue> attrs = 5;Map<String,AttrValue>EagerServiceOuterClass.OperationOrBuilder. getAttrsMap()map<string, .tensorflow.AttrValue> attrs = 5;Map<String,AttrValue>EagerServiceOuterClass.Operation.Builder. getMutableAttrs()Deprecated.Methods in tensorflow.eager with parameters of type AttrValue Modifier and Type Method Description AttrValueEagerServiceOuterClass.Operation.Builder. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.Operation. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;AttrValueEagerServiceOuterClass.OperationOrBuilder. getAttrsOrDefault(String key, AttrValue defaultValue)map<string, .tensorflow.AttrValue> attrs = 5;EagerServiceOuterClass.Operation.BuilderEagerServiceOuterClass.Operation.Builder. putAttrs(String key, AttrValue value)map<string, .tensorflow.AttrValue> attrs = 5;Method parameters in tensorflow.eager with type arguments of type AttrValue Modifier and Type Method Description EagerServiceOuterClass.Operation.BuilderEagerServiceOuterClass.Operation.Builder. putAllAttrs(Map<String,AttrValue> values)map<string, .tensorflow.AttrValue> attrs = 5;
-