Modifier and Type | Method and Description |
---|---|
abstract void |
DifferentialFunction.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
Constructor and Description |
---|
DifferentialFunction(SameDiff sameDiff,
NodeDef nodeDef,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
Modifier and Type | Method and Description |
---|---|
static NodeDef |
TFGraphMapper.getNodeWithNameFromGraph(GraphDef graph,
String name)
Deprecated.
|
Modifier and Type | Method and 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 removed
|
static boolean |
TFGraphMapper.isPlaceHolder(NodeDef nodeDef)
Determine if the node is a placeholder
|
static boolean |
TFGraphMapper.isVariableNode(NodeDef nodeDef)
Determine if the node represents a variable node (based on op name)
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseReduceOp.hasReductionIndices(NodeDef nodeDef) |
void |
BaseOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseBroadcastBoolOp.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 |
BaseReduceOp.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 |
NoOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
FakeQuantWithMinMaxVarsPerChannel.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BitCast.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
BroadcastTo.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BiasAdd.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Select.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Exit.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 |
LoopCond.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 |
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 |
Merge.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
CropAndResize.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ResizeNearestNeighbor.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 |
ResizeBicubic.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ExtractImagePatches.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ArgMin.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ArgMax.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalErrorsFunction.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Pooling2D.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 |
LocalResponseNormalization.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 |
SpaceToDepth.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 |
BatchNorm.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 |
AvgPooling2D.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 |
MaxPoolWithArgmax.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 |
Conv2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
MaxPooling2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
SRU.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 |
LSTMLayer.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SRUCell.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LSTMCell.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
TensorMmul.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Mmul.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 |
Moments.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Relu6.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LeakyReLU.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ScatterNd.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ScatterAdd.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 |
ScatterSub.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 |
ScatterMin.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ScatterUpdate.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 |
ScatterMax.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) |
Modifier and Type | Method and Description |
---|---|
void |
DiagPart.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 |
Split.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 |
StridedSlice.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ZerosLike.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 |
Squeeze.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 |
OnesLike.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 |
ApplyGradientDescent.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 |
Diag.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 |
SplitV.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 |
Linspace.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 |
Size.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 |
Reshape.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 |
ShapeN.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 |
MergeSum.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Stack.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
TensorArray.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
TensorArraySize.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 |
BaseTensorOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Cholesky.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Pad.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BinCount.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 |
CheckNumerics.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
NthElement.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
Dilation2D.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 |
DynamicPartition.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
UniqueWithCounts.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 |
ReverseV2.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 |
ParallelConcat.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 |
ReverseSequence.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 |
CumProd.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 |
Assign.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 |
Svd.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 |
DynamicStitch.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Cast.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
RectifiedTanh.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
SaveV2.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
RestoreV2.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
DistributionUniform.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Range.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DropOutInverted.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
NodeDef |
NodeDef.Builder.build() |
NodeDef |
NodeDef.Builder.buildPartial() |
static NodeDef |
NodeDef.getDefaultInstance() |
NodeDef |
NodeDef.getDefaultInstanceForType() |
NodeDef |
NodeDef.Builder.getDefaultInstanceForType() |
NodeDef |
GraphDefOrBuilder.getNode(int index)
repeated .tensorflow.NodeDef node = 1; |
NodeDef |
GraphDef.getNode(int index)
repeated .tensorflow.NodeDef node = 1; |
NodeDef |
GraphDef.Builder.getNode(int index)
repeated .tensorflow.NodeDef node = 1; |
NodeDef |
FunctionDefOrBuilder.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 |
FunctionDef.Builder.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(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) |
static NodeDef |
NodeDef.parseFrom(InputStream input) |
static NodeDef |
NodeDef.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<NodeDef> |
FunctionDefOrBuilder.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> |
FunctionDef.Builder.getNodeDefList()
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
List<NodeDef> |
GraphDefOrBuilder.getNodeList()
repeated .tensorflow.NodeDef node = 1; |
List<NodeDef> |
GraphDef.getNodeList()
repeated .tensorflow.NodeDef node = 1; |
List<NodeDef> |
GraphDef.Builder.getNodeList()
repeated .tensorflow.NodeDef node = 1; |
org.nd4j.shade.protobuf.Parser<NodeDef> |
NodeDef.getParserForType() |
static org.nd4j.shade.protobuf.Parser<NodeDef> |
NodeDef.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.