Uses of Class
org.tensorflow.framework.GraphTransferConstNodeInfo
-
Packages that use GraphTransferConstNodeInfo Package Description org.tensorflow.framework -
-
Uses of GraphTransferConstNodeInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferConstNodeInfo
GraphTransferConstNodeInfo.Builder. build()
GraphTransferConstNodeInfo
GraphTransferConstNodeInfo.Builder. buildPartial()
GraphTransferConstNodeInfo
GraphTransferInfo.Builder. getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
GraphTransferConstNodeInfo
GraphTransferInfo. getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
GraphTransferConstNodeInfo
GraphTransferInfoOrBuilder. getConstNodeInfo(int index)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. getDefaultInstance()
GraphTransferConstNodeInfo
GraphTransferConstNodeInfo.Builder. getDefaultInstanceForType()
GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. getDefaultInstanceForType()
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseDelimitedFrom(InputStream input)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(byte[] data)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(InputStream input)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(ByteBuffer data)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static GraphTransferConstNodeInfo
GraphTransferConstNodeInfo. 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 GraphTransferConstNodeInfo Modifier and Type Method Description List<GraphTransferConstNodeInfo>
GraphTransferInfo.Builder. getConstNodeInfoList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
List<GraphTransferConstNodeInfo>
GraphTransferInfo. getConstNodeInfoList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
List<GraphTransferConstNodeInfo>
GraphTransferInfoOrBuilder. getConstNodeInfoList()
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
org.nd4j.shade.protobuf.Parser<GraphTransferConstNodeInfo>
GraphTransferConstNodeInfo. getParserForType()
static org.nd4j.shade.protobuf.Parser<GraphTransferConstNodeInfo>
GraphTransferConstNodeInfo. parser()
Methods in org.tensorflow.framework with parameters of type GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferInfo.Builder
GraphTransferInfo.Builder. addConstNodeInfo(int index, GraphTransferConstNodeInfo value)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
GraphTransferInfo.Builder
GraphTransferInfo.Builder. addConstNodeInfo(GraphTransferConstNodeInfo value)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
GraphTransferConstNodeInfo.Builder
GraphTransferConstNodeInfo.Builder. mergeFrom(GraphTransferConstNodeInfo other)
static GraphTransferConstNodeInfo.Builder
GraphTransferConstNodeInfo. newBuilder(GraphTransferConstNodeInfo prototype)
GraphTransferInfo.Builder
GraphTransferInfo.Builder. setConstNodeInfo(int index, GraphTransferConstNodeInfo value)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
Method parameters in org.tensorflow.framework with type arguments of type GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferInfo.Builder
GraphTransferInfo.Builder. addAllConstNodeInfo(Iterable<? extends GraphTransferConstNodeInfo> values)
repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
-