Package org.tensorflow.framework
Interface RunMetadata.FunctionGraphsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunMetadata.FunctionGraphs,RunMetadata.FunctionGraphs.Builder
- Enclosing class:
- RunMetadata
public static interface RunMetadata.FunctionGraphsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphDefgetPartitionGraphs(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?intgetPartitionGraphsCount()TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<GraphDef>getPartitionGraphsList()TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDefOrBuildergetPartitionGraphsOrBuilder(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<? extends GraphDefOrBuilder>getPartitionGraphsOrBuilderList()TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDefgetPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;GraphDefOrBuildergetPostOptimizationGraphOrBuilder().tensorflow.GraphDef post_optimization_graph = 3;GraphDefgetPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;GraphDefOrBuildergetPreOptimizationGraphOrBuilder().tensorflow.GraphDef pre_optimization_graph = 2;booleanhasPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;booleanhasPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartitionGraphsList
java.util.List<GraphDef> getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
getPartitionGraphs
GraphDef getPartitionGraphs(int index)
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
java.util.List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
getPartitionGraphsOrBuilder
GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
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;
-
-