Uses of Class
org.tensorflow.framework.NodeDef
-
-
Uses of NodeDef in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions with parameters of type NodeDef Modifier and Type Method Description abstract voidDifferentialFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)Initialize the function from the givenNodeDefConstructors in org.nd4j.autodiff.functions with parameters of type NodeDef Constructor Description DifferentialFunction(SameDiff sameDiff, NodeDef nodeDef, Map<String,AttrValue> attributesForNode, GraphDef graph)Initialize the function from the givenNodeDef -
Uses of NodeDef in org.nd4j.imports.graphmapper.tf
Methods in org.nd4j.imports.graphmapper.tf that return NodeDef Modifier and Type Method Description static NodeDefTFGraphMapper. getNodeWithNameFromGraph(GraphDef graph, String name)Deprecated.Methods in org.nd4j.imports.graphmapper.tf with parameters of type NodeDef Modifier and Type Method Description static INDArrayTFGraphMapper. getArrayFrom(NodeDef nodeDef, GraphDef graph)Deprecated.static INDArrayTFGraphMapper. getNDArrayFromTensor(NodeDef node)Convert the tensor to an NDArray (if possible and if array is available)static voidTFGraphMapper. initFunctionFromProperties(String mappedTfName, DifferentialFunction on, Map<String,AttrValue> attributesForNode, NodeDef node, GraphDef graph)Deprecated.To be removedstatic booleanTFGraphMapper. isPlaceHolder(NodeDef nodeDef)Determine if the node is a placeholderstatic booleanTFGraphMapper. isVariableNode(NodeDef nodeDef)Determine if the node represents a variable node (based on op name) -
Uses of NodeDef in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops with parameters of type NodeDef Modifier and Type Method Description protected booleanBaseReduceOp. hasReductionIndices(NodeDef nodeDef)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 NodeDef in org.nd4j.linalg.api.ops.custom
Methods in org.nd4j.linalg.api.ops.custom with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.broadcast
Methods in org.nd4j.linalg.api.ops.impl.broadcast with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.controlflow
Methods in org.nd4j.linalg.api.ops.impl.controlflow with parameters of type NodeDef Modifier and Type Method Description voidSelect. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of NodeDef in org.nd4j.linalg.api.ops.impl.controlflow.compat
Methods in org.nd4j.linalg.api.ops.impl.controlflow.compat with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.image
Methods in org.nd4j.linalg.api.ops.impl.image with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.indexaccum.custom
Methods in org.nd4j.linalg.api.ops.impl.indexaccum.custom with parameters of type NodeDef Modifier and Type Method Description voidArgAmin. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of NodeDef in org.nd4j.linalg.api.ops.impl.layers
Methods in org.nd4j.linalg.api.ops.impl.layers with parameters of type NodeDef Modifier and Type Method Description voidExternalErrorsFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of NodeDef in org.nd4j.linalg.api.ops.impl.layers.convolution
Methods in org.nd4j.linalg.api.ops.impl.layers.convolution with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.layers.recurrent
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.loss
Methods in org.nd4j.linalg.api.ops.impl.loss with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.reduce
Methods in org.nd4j.linalg.api.ops.impl.reduce with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.scalar
Methods in org.nd4j.linalg.api.ops.impl.scalar with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.scatter
Methods in org.nd4j.linalg.api.ops.impl.scatter with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.shape
Methods in org.nd4j.linalg.api.ops.impl.shape with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.shape.tensorops
Methods in org.nd4j.linalg.api.ops.impl.shape.tensorops with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.transforms
Methods in org.nd4j.linalg.api.ops.impl.transforms with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.transforms.clip
Methods in org.nd4j.linalg.api.ops.impl.transforms.clip with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.transforms.custom
Methods in org.nd4j.linalg.api.ops.impl.transforms.custom with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.impl.transforms.dtype
Methods in org.nd4j.linalg.api.ops.impl.transforms.dtype with parameters of type NodeDef Modifier and Type Method Description voidCast. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of NodeDef in org.nd4j.linalg.api.ops.impl.transforms.strict
Methods in org.nd4j.linalg.api.ops.impl.transforms.strict with parameters of type NodeDef Modifier and Type Method Description voidRectifiedTanh. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of NodeDef in org.nd4j.linalg.api.ops.persistence
Methods in org.nd4j.linalg.api.ops.persistence with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.random.custom
Methods in org.nd4j.linalg.api.ops.random.custom with parameters of type NodeDef 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 NodeDef in org.nd4j.linalg.api.ops.random.impl
Methods in org.nd4j.linalg.api.ops.random.impl with parameters of type NodeDef 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 NodeDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return NodeDef Modifier and Type Method Description NodeDefNodeDef.Builder. build()NodeDefNodeDef.Builder. buildPartial()static NodeDefNodeDef. getDefaultInstance()NodeDefNodeDef.Builder. getDefaultInstanceForType()NodeDefNodeDef. getDefaultInstanceForType()NodeDefGraphDef.Builder. getNode(int index)repeated .tensorflow.NodeDef node = 1;NodeDefGraphDef. getNode(int index)repeated .tensorflow.NodeDef node = 1;NodeDefGraphDefOrBuilder. getNode(int index)repeated .tensorflow.NodeDef node = 1;NodeDefFunctionDef.Builder. getNodeDef(int index)By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDefFunctionDef. getNodeDef(int index)By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDefFunctionDefOrBuilder. getNodeDef(int index)By convention, "op" in node_def is resolved by consulting with a user-defined library first.static NodeDefNodeDef. parseDelimitedFrom(InputStream input)static NodeDefNodeDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NodeDefNodeDef. parseFrom(byte[] data)static NodeDefNodeDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NodeDefNodeDef. parseFrom(InputStream input)static NodeDefNodeDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NodeDefNodeDef. parseFrom(ByteBuffer data)static NodeDefNodeDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NodeDefNodeDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static NodeDefNodeDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NodeDefNodeDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static NodeDefNodeDef. 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 NodeDef Modifier and Type Method Description List<NodeDef>FunctionDef.Builder. getNodeDefList()By convention, "op" in node_def is resolved by consulting with a user-defined library first.List<NodeDef>FunctionDef. getNodeDefList()By convention, "op" in node_def is resolved by consulting with a user-defined library first.List<NodeDef>FunctionDefOrBuilder. getNodeDefList()By convention, "op" in node_def is resolved by consulting with a user-defined library first.List<NodeDef>GraphDef.Builder. getNodeList()repeated .tensorflow.NodeDef node = 1;List<NodeDef>GraphDef. getNodeList()repeated .tensorflow.NodeDef node = 1;List<NodeDef>GraphDefOrBuilder. getNodeList()repeated .tensorflow.NodeDef node = 1;org.nd4j.shade.protobuf.Parser<NodeDef>NodeDef. getParserForType()static org.nd4j.shade.protobuf.Parser<NodeDef>NodeDef. parser()Methods in org.tensorflow.framework with parameters of type NodeDef Modifier and Type Method Description GraphDef.BuilderGraphDef.Builder. addNode(int index, NodeDef value)repeated .tensorflow.NodeDef node = 1;GraphDef.BuilderGraphDef.Builder. addNode(NodeDef value)repeated .tensorflow.NodeDef node = 1;FunctionDef.BuilderFunctionDef.Builder. addNodeDef(int index, NodeDef value)By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.BuilderFunctionDef.Builder. addNodeDef(NodeDef value)By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef.BuilderNodeDef.Builder. mergeFrom(NodeDef other)static NodeDef.BuilderNodeDef. newBuilder(NodeDef prototype)GraphDef.BuilderGraphDef.Builder. setNode(int index, NodeDef value)repeated .tensorflow.NodeDef node = 1;FunctionDef.BuilderFunctionDef.Builder. setNodeDef(int index, NodeDef value)By convention, "op" in node_def is resolved by consulting with a user-defined library first.Method parameters in org.tensorflow.framework with type arguments of type NodeDef Modifier and Type Method Description GraphDef.BuilderGraphDef.Builder. addAllNode(Iterable<? extends NodeDef> values)repeated .tensorflow.NodeDef node = 1;FunctionDef.BuilderFunctionDef.Builder. addAllNodeDef(Iterable<? extends NodeDef> values)By convention, "op" in node_def is resolved by consulting with a user-defined library first.
-