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
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 com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartitionGraphsList
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; -
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;
-