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 void
DifferentialFunction. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
Initialize the function from the givenNodeDef
Constructors 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 NodeDef
TFGraphMapper. getNodeWithNameFromGraph(GraphDef graph, String name)
Deprecated.Methods in org.nd4j.imports.graphmapper.tf with parameters of type NodeDef Modifier and Type Method Description static INDArray
TFGraphMapper. getArrayFrom(NodeDef nodeDef, GraphDef graph)
Deprecated.static INDArray
TFGraphMapper. getNDArrayFromTensor(NodeDef node)
Convert the tensor to an NDArray (if possible and if array is available)static void
TFGraphMapper. initFunctionFromProperties(String mappedTfName, DifferentialFunction on, Map<String,AttrValue> attributesForNode, NodeDef node, GraphDef graph)
Deprecated.To be removedstatic boolean
TFGraphMapper. isPlaceHolder(NodeDef nodeDef)
Determine if the node is a placeholderstatic boolean
TFGraphMapper. 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 boolean
BaseReduceOp. hasReductionIndices(NodeDef nodeDef)
void
BaseBroadcastBoolOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
BaseBroadcastOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
BaseOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
BaseReduceOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DynamicCustomOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
NoOp. 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 void
BitCast. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
FakeQuantWithMinMaxVarsPerChannel. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
FusedBatchNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
LinearSolve. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Lu. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TriangularSolve. 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 void
BiasAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
BroadcastTo. 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 void
Select. 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 void
BaseCompatOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Enter. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Exit. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
LoopCond. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Merge. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
NextIteration. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Switch. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
While. 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 void
CropAndResize. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ExtractImagePatches. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ResizeArea. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ResizeBicubic. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ResizeBilinear. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ResizeNearestNeighbor. 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 void
ArgAmin. 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 void
ExternalErrorsFunction. 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 void
AvgPooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
BatchNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Conv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Conv3D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DeConv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DeConv2DTF. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DeConv3DTF. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DepthToSpace. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DepthwiseConv2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
LocalResponseNormalization. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MaxPooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MaxPoolWithArgmax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Pooling2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Pooling3D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SpaceToDepth. 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 void
LSTMBlock. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
LSTMBlockCell. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SRU. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SRUCell. 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 void
SoftmaxCrossEntropyLoss. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SparseSoftmaxCrossEntropyLossWithLogits. 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 void
Mmul. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Moments. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
NormalizeMoments. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TensorMmul. 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 void
LeakyReLU. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Relu6. 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 void
ScatterAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterDiv. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterMax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterMin. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterMul. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterNd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterNdAdd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterNdSub. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterNdUpdate. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterSub. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ScatterUpdate. 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 void
ApplyGradientDescent. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Concat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ConfusionMatrix. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Create. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Diag. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DiagPart. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ExpandDims. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Flatten2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Gather. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Linspace. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MergeAvg. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MergeMax. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MergeSum. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
OneHot. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
OnesAs. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
OnesLike. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ParallelStack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Repeat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Reshape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SequenceMask. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SetShape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Shape. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ShapeN. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Size. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Split. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SplitV. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Squeeze. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Stack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
StridedSlice. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Tile. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Transpose. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Unstack. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ZerosLike. 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 void
BaseTensorOp. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TensorArray. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TensorArrayRead. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TensorArraySize. 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 void
BinCount. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
CheckNumerics. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Cholesky. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
HistogramFixedWidth. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
NthElement. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Pad. 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 void
ClipByNorm. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ClipByValue. 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 void
Assign. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
CumProd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
CumSum. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Dilation2D. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DynamicPartition. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
DynamicStitch. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
FakeQuantWithMinMaxArgs. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
FakeQuantWithMinMaxVars. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Fill. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
InTopK. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
MirrorPad. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ParallelConcat. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ReverseSequence. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
ReverseV2. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Svd. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
TopK. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Unique. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
UniqueWithCounts. 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 void
Cast. 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 void
RectifiedTanh. 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 void
RestoreV2. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
SaveV2. 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 void
DistributionUniform. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
RandomGamma. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
RandomPoisson. 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 void
DropOutInverted. initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
void
Range. 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 NodeDef
NodeDef.Builder. build()
NodeDef
NodeDef.Builder. buildPartial()
static NodeDef
NodeDef. getDefaultInstance()
NodeDef
NodeDef.Builder. getDefaultInstanceForType()
NodeDef
NodeDef. getDefaultInstanceForType()
NodeDef
GraphDef.Builder. getNode(int index)
repeated .tensorflow.NodeDef node = 1;
NodeDef
GraphDef. getNode(int index)
repeated .tensorflow.NodeDef node = 1;
NodeDef
GraphDefOrBuilder. getNode(int index)
repeated .tensorflow.NodeDef node = 1;
NodeDef
FunctionDef.Builder. getNodeDef(int index)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef
FunctionDef. getNodeDef(int index)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef
FunctionDefOrBuilder. getNodeDef(int index)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.static NodeDef
NodeDef. parseDelimitedFrom(InputStream input)
static NodeDef
NodeDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef
NodeDef. parseFrom(byte[] data)
static NodeDef
NodeDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef
NodeDef. parseFrom(InputStream input)
static NodeDef
NodeDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef
NodeDef. parseFrom(ByteBuffer data)
static NodeDef
NodeDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef
NodeDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static NodeDef
NodeDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef
NodeDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static NodeDef
NodeDef. 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.Builder
GraphDef.Builder. addNode(int index, NodeDef value)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. addNode(NodeDef value)
repeated .tensorflow.NodeDef node = 1;
FunctionDef.Builder
FunctionDef.Builder. addNodeDef(int index, NodeDef value)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder
FunctionDef.Builder. addNodeDef(NodeDef value)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef.Builder
NodeDef.Builder. mergeFrom(NodeDef other)
static NodeDef.Builder
NodeDef. newBuilder(NodeDef prototype)
GraphDef.Builder
GraphDef.Builder. setNode(int index, NodeDef value)
repeated .tensorflow.NodeDef node = 1;
FunctionDef.Builder
FunctionDef.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.Builder
GraphDef.Builder. addAllNode(Iterable<? extends NodeDef> values)
repeated .tensorflow.NodeDef node = 1;
FunctionDef.Builder
FunctionDef.Builder. addAllNodeDef(Iterable<? extends NodeDef> values)
By convention, "op" in node_def is resolved by consulting with a user-defined library first.
-