public static final class
RunMetadata.FunctionGraphs
Protobuf type tensorflow.RunMetadata.FunctionGraphs
Nested Classes
class | RunMetadata.FunctionGraphs.Builder | Protobuf type tensorflow.RunMetadata.FunctionGraphs
|
Constants
int | PARTITION_GRAPHS_FIELD_NUMBER | |
int | POST_OPTIMIZATION_GRAPH_FIELD_NUMBER | |
int | PRE_OPTIMIZATION_GRAPH_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static RunMetadata.FunctionGraphs | |
RunMetadata.FunctionGraphs | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
GraphDef |
getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
int |
getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
List<GraphDef> |
getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDef |
getPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
GraphDefOrBuilder |
getPostOptimizationGraphOrBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
|
GraphDef |
getPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
GraphDefOrBuilder |
getPreOptimizationGraphOrBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
int | |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
boolean |
hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
int |
hashCode()
|
final boolean | |
static RunMetadata.FunctionGraphs.Builder |
newBuilder(RunMetadata.FunctionGraphs prototype)
|
static RunMetadata.FunctionGraphs.Builder | |
RunMetadata.FunctionGraphs.Builder | |
static RunMetadata.FunctionGraphs |
parseDelimitedFrom(InputStream input)
|
static RunMetadata.FunctionGraphs |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunMetadata.FunctionGraphs |
parseFrom(ByteBuffer data)
|
static RunMetadata.FunctionGraphs |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunMetadata.FunctionGraphs |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunMetadata.FunctionGraphs |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static RunMetadata.FunctionGraphs |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunMetadata.FunctionGraphs |
parseFrom(com.google.protobuf.ByteString data)
|
static RunMetadata.FunctionGraphs |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunMetadata.FunctionGraphs |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
RunMetadata.FunctionGraphs.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int PARTITION_GRAPHS_FIELD_NUMBER
Constant Value:
1
public static final int POST_OPTIMIZATION_GRAPH_FIELD_NUMBER
Constant Value:
3
public static final int PRE_OPTIMIZATION_GRAPH_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public GraphDef getPartitionGraphs (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public int getPartitionGraphsCount ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public List<GraphDef> getPartitionGraphsList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDefOrBuilder getPartitionGraphsOrBuilder (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public boolean hasPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public int hashCode ()
public final boolean isInitialized ()
public static RunMetadata.FunctionGraphs parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunMetadata.FunctionGraphs parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static RunMetadata.FunctionGraphs parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunMetadata.FunctionGraphs parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunMetadata.FunctionGraphs parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static RunMetadata.FunctionGraphs parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunMetadata.FunctionGraphs parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static RunMetadata.FunctionGraphs parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunMetadata.FunctionGraphs parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|