Interface RunMetadata.FunctionGraphsOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
RunMetadata.FunctionGraphs, RunMetadata.FunctionGraphs.Builder
- Enclosing class:
RunMetadata
-
Method Summary
Modifier and TypeMethodDescriptiongetPartitionGraphs(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?intTODO(nareshmodi): Include some sort of function/cache-key identifier?TODO(nareshmodi): Include some sort of function/cache-key identifier?getPartitionGraphsOrBuilder(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?List<? extends GraphDefOrBuilder> TODO(nareshmodi): Include some sort of function/cache-key identifier?.tensorflow.GraphDef post_optimization_graph = 3;.tensorflow.GraphDef post_optimization_graph = 3;.tensorflow.GraphDef pre_optimization_graph = 2;.tensorflow.GraphDef pre_optimization_graph = 2;boolean.tensorflow.GraphDef post_optimization_graph = 3;boolean.tensorflow.GraphDef pre_optimization_graph = 2;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getPartitionGraphsList
-
getPartitionGraphs
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; -
getPartitionGraphsCount
int getPartitionGraphsCount()TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; -
getPartitionGraphsOrBuilderList
List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; -
getPartitionGraphsOrBuilder
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; -
hasPreOptimizationGraph
boolean hasPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;- Returns:
- Whether the preOptimizationGraph field is set.
-
getPreOptimizationGraph
GraphDef getPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;- Returns:
- The preOptimizationGraph.
-
getPreOptimizationGraphOrBuilder
GraphDefOrBuilder getPreOptimizationGraphOrBuilder().tensorflow.GraphDef pre_optimization_graph = 2; -
hasPostOptimizationGraph
boolean hasPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;- Returns:
- Whether the postOptimizationGraph field is set.
-
getPostOptimizationGraph
GraphDef getPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;- Returns:
- The postOptimizationGraph.
-
getPostOptimizationGraphOrBuilder
GraphDefOrBuilder getPostOptimizationGraphOrBuilder().tensorflow.GraphDef post_optimization_graph = 3;
-