public static interface RunMetadata.FunctionGraphsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GraphDef |
getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
|
int |
getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
|
List<GraphDef> |
getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
|
GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
|
List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
|
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; |
boolean |
hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3; |
boolean |
hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<GraphDef> getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
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<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
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;
boolean hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
GraphDef getPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
GraphDefOrBuilder getPreOptimizationGraphOrBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
boolean hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
GraphDef getPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
GraphDefOrBuilder getPostOptimizationGraphOrBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
Copyright © 2015–2019. All rights reserved.