Uses of Class
org.tensorflow.framework.GraphDef
-
-
Uses of GraphDef in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions with parameters of type GraphDef 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 GraphDef Constructor Description DifferentialFunction(SameDiff sameDiff, NodeDef nodeDef, Map<String,AttrValue> attributesForNode, GraphDef graph)Initialize the function from the givenNodeDef -
Uses of GraphDef in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff with parameters of type GraphDef Modifier and Type Method Description static SameDiffSameDiff. importFrozenTF(GraphDef graphDef) -
Uses of GraphDef in org.nd4j.imports.graphmapper.tf
Methods in org.nd4j.imports.graphmapper.tf with parameters of type GraphDef Modifier and Type Method Description static INDArrayTFGraphMapper. getArrayFrom(NodeDef nodeDef, GraphDef graph)Deprecated.static NodeDefTFGraphMapper. getNodeWithNameFromGraph(GraphDef graph, String name)Deprecated.static SameDiffTFGraphMapper. importGraph(@NonNull GraphDef tfGraph)Import a TensorFlow model from a GraphDefstatic SameDiffTFGraphMapper. importGraph(@NonNull GraphDef tfGraph, Map<String,TFImportOverride> importOverride, TFOpImportFilter opFilter)Import a TensorFlow model from a GraphDef, with optional import overridesstatic voidTFGraphMapper. initFunctionFromProperties(String mappedTfName, DifferentialFunction on, Map<String,AttrValue> attributesForNode, NodeDef node, GraphDef graph)Deprecated.To be removed -
Uses of GraphDef in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.custom
Methods in org.nd4j.linalg.api.ops.custom with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.broadcast
Methods in org.nd4j.linalg.api.ops.impl.broadcast with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.controlflow
Methods in org.nd4j.linalg.api.ops.impl.controlflow with parameters of type GraphDef Modifier and Type Method Description voidSelect. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of GraphDef in org.nd4j.linalg.api.ops.impl.controlflow.compat
Methods in org.nd4j.linalg.api.ops.impl.controlflow.compat with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.image
Methods in org.nd4j.linalg.api.ops.impl.image with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.indexaccum.custom
Methods in org.nd4j.linalg.api.ops.impl.indexaccum.custom with parameters of type GraphDef Modifier and Type Method Description voidArgAmin. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of GraphDef in org.nd4j.linalg.api.ops.impl.layers
Methods in org.nd4j.linalg.api.ops.impl.layers with parameters of type GraphDef Modifier and Type Method Description voidExternalErrorsFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of GraphDef in org.nd4j.linalg.api.ops.impl.layers.convolution
Methods in org.nd4j.linalg.api.ops.impl.layers.convolution with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.layers.recurrent
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.loss
Methods in org.nd4j.linalg.api.ops.impl.loss with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.reduce
Methods in org.nd4j.linalg.api.ops.impl.reduce with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.scalar
Methods in org.nd4j.linalg.api.ops.impl.scalar with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.scatter
Methods in org.nd4j.linalg.api.ops.impl.scatter with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.shape
Methods in org.nd4j.linalg.api.ops.impl.shape with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.shape.tensorops
Methods in org.nd4j.linalg.api.ops.impl.shape.tensorops with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.transforms
Methods in org.nd4j.linalg.api.ops.impl.transforms with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.transforms.clip
Methods in org.nd4j.linalg.api.ops.impl.transforms.clip with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.transforms.custom
Methods in org.nd4j.linalg.api.ops.impl.transforms.custom with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.impl.transforms.dtype
Methods in org.nd4j.linalg.api.ops.impl.transforms.dtype with parameters of type GraphDef Modifier and Type Method Description voidCast. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of GraphDef in org.nd4j.linalg.api.ops.impl.transforms.strict
Methods in org.nd4j.linalg.api.ops.impl.transforms.strict with parameters of type GraphDef Modifier and Type Method Description voidRectifiedTanh. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph) -
Uses of GraphDef in org.nd4j.linalg.api.ops.persistence
Methods in org.nd4j.linalg.api.ops.persistence with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.random.custom
Methods in org.nd4j.linalg.api.ops.random.custom with parameters of type GraphDef 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 GraphDef in org.nd4j.linalg.api.ops.random.impl
Methods in org.nd4j.linalg.api.ops.random.impl with parameters of type GraphDef 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 GraphDef in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return GraphDef Modifier and Type Method Description GraphDefCreateSessionRequest.Builder. getGraphDef()The initial graph definition.GraphDefCreateSessionRequest. getGraphDef()The initial graph definition.GraphDefCreateSessionRequestOrBuilder. getGraphDef()The initial graph definition.GraphDefExtendSessionRequest.Builder. getGraphDef()REQUIRED: The nodes to be added to the session's graph.GraphDefExtendSessionRequest. getGraphDef()REQUIRED: The nodes to be added to the session's graph.GraphDefExtendSessionRequestOrBuilder. getGraphDef()REQUIRED: The nodes to be added to the session's graph.GraphDefRegisterGraphRequest.Builder. getGraphDef()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefRegisterGraphRequest. getGraphDef()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefRegisterGraphRequestOrBuilder. getGraphDef()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefRunGraphResponse.Builder. getPartitionGraph(int index)repeated .tensorflow.GraphDef partition_graph = 4;GraphDefRunGraphResponse. getPartitionGraph(int index)repeated .tensorflow.GraphDef partition_graph = 4;GraphDefRunGraphResponseOrBuilder. getPartitionGraph(int index)repeated .tensorflow.GraphDef partition_graph = 4;Methods in org.tensorflow.distruntime that return types with arguments of type GraphDef Modifier and Type Method Description List<GraphDef>RunGraphResponse.Builder. getPartitionGraphList()repeated .tensorflow.GraphDef partition_graph = 4;List<GraphDef>RunGraphResponse. getPartitionGraphList()repeated .tensorflow.GraphDef partition_graph = 4;List<GraphDef>RunGraphResponseOrBuilder. getPartitionGraphList()repeated .tensorflow.GraphDef partition_graph = 4;Methods in org.tensorflow.distruntime with parameters of type GraphDef Modifier and Type Method Description RunGraphResponse.BuilderRunGraphResponse.Builder. addPartitionGraph(int index, GraphDef value)repeated .tensorflow.GraphDef partition_graph = 4;RunGraphResponse.BuilderRunGraphResponse.Builder. addPartitionGraph(GraphDef value)repeated .tensorflow.GraphDef partition_graph = 4;CreateSessionRequest.BuilderCreateSessionRequest.Builder. mergeGraphDef(GraphDef value)The initial graph definition.ExtendSessionRequest.BuilderExtendSessionRequest.Builder. mergeGraphDef(GraphDef value)REQUIRED: The nodes to be added to the session's graph.RegisterGraphRequest.BuilderRegisterGraphRequest.Builder. mergeGraphDef(GraphDef value)"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.CreateSessionRequest.BuilderCreateSessionRequest.Builder. setGraphDef(GraphDef value)The initial graph definition.ExtendSessionRequest.BuilderExtendSessionRequest.Builder. setGraphDef(GraphDef value)REQUIRED: The nodes to be added to the session's graph.RegisterGraphRequest.BuilderRegisterGraphRequest.Builder. setGraphDef(GraphDef value)"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.RunGraphResponse.BuilderRunGraphResponse.Builder. setPartitionGraph(int index, GraphDef value)repeated .tensorflow.GraphDef partition_graph = 4;Method parameters in org.tensorflow.distruntime with type arguments of type GraphDef Modifier and Type Method Description RunGraphResponse.BuilderRunGraphResponse.Builder. addAllPartitionGraph(Iterable<? extends GraphDef> values)repeated .tensorflow.GraphDef partition_graph = 4; -
Uses of GraphDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphDef Modifier and Type Method Description GraphDefGraphDef.Builder. build()GraphDefGraphDef.Builder. buildPartial()static GraphDefGraphDef. getDefaultInstance()GraphDefGraphDef.Builder. getDefaultInstanceForType()GraphDefGraphDef. getDefaultInstanceForType()GraphDefMetaGraphDef.Builder. getGraphDef()GraphDef.GraphDefMetaGraphDef. getGraphDef()GraphDef.GraphDefMetaGraphDefOrBuilder. getGraphDef()GraphDef.GraphDefRunMetadata.Builder. getPartitionGraphs(int index)Graphs of the partitions executed by executors.GraphDefRunMetadata. getPartitionGraphs(int index)Graphs of the partitions executed by executors.GraphDefRunMetadataOrBuilder. getPartitionGraphs(int index)Graphs of the partitions executed by executors.GraphDefRemoteFusedGraphExecuteInfo.Builder. getRemoteGraph()Definition of remote graphGraphDefRemoteFusedGraphExecuteInfo. getRemoteGraph()Definition of remote graphGraphDefRemoteFusedGraphExecuteInfoOrBuilder. getRemoteGraph()Definition of remote graphstatic GraphDefGraphDef. parseDelimitedFrom(InputStream input)static GraphDefGraphDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphDefGraphDef. parseFrom(byte[] data)static GraphDefGraphDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphDefGraphDef. parseFrom(InputStream input)static GraphDefGraphDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphDefGraphDef. parseFrom(ByteBuffer data)static GraphDefGraphDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphDefGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static GraphDefGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphDefGraphDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static GraphDefGraphDef. 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 GraphDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<GraphDef>GraphDef. getParserForType()List<GraphDef>RunMetadata.Builder. getPartitionGraphsList()Graphs of the partitions executed by executors.List<GraphDef>RunMetadata. getPartitionGraphsList()Graphs of the partitions executed by executors.List<GraphDef>RunMetadataOrBuilder. getPartitionGraphsList()Graphs of the partitions executed by executors.static org.nd4j.shade.protobuf.Parser<GraphDef>GraphDef. parser()Methods in org.tensorflow.framework with parameters of type GraphDef Modifier and Type Method Description RunMetadata.BuilderRunMetadata.Builder. addPartitionGraphs(int index, GraphDef value)Graphs of the partitions executed by executors.RunMetadata.BuilderRunMetadata.Builder. addPartitionGraphs(GraphDef value)Graphs of the partitions executed by executors.GraphDef.BuilderGraphDef.Builder. mergeFrom(GraphDef other)MetaGraphDef.BuilderMetaGraphDef.Builder. mergeGraphDef(GraphDef value)GraphDef.RemoteFusedGraphExecuteInfo.BuilderRemoteFusedGraphExecuteInfo.Builder. mergeRemoteGraph(GraphDef value)Definition of remote graphstatic GraphDef.BuilderGraphDef. newBuilder(GraphDef prototype)MetaGraphDef.BuilderMetaGraphDef.Builder. setGraphDef(GraphDef value)GraphDef.RunMetadata.BuilderRunMetadata.Builder. setPartitionGraphs(int index, GraphDef value)Graphs of the partitions executed by executors.RemoteFusedGraphExecuteInfo.BuilderRemoteFusedGraphExecuteInfo.Builder. setRemoteGraph(GraphDef value)Definition of remote graphMethod parameters in org.tensorflow.framework with type arguments of type GraphDef Modifier and Type Method Description RunMetadata.BuilderRunMetadata.Builder. addAllPartitionGraphs(Iterable<? extends GraphDef> values)Graphs of the partitions executed by executors.
-