public static interface
RunMetadata.FunctionGraphsOrBuilder
Known Indirect Subclasses |
Public Methods
abstract GraphDef |
getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
abstract int |
getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
abstract List<GraphDef> |
getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
abstract GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
abstract List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
abstract GraphDef |
getPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
abstract GraphDefOrBuilder |
getPostOptimizationGraphOrBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
|
abstract GraphDef |
getPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
abstract GraphDefOrBuilder |
getPreOptimizationGraphOrBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
abstract boolean |
hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
abstract boolean |
hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
Public Methods
public abstract GraphDef getPartitionGraphs (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public abstract int getPartitionGraphsCount ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public abstract List<GraphDef> getPartitionGraphsList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public abstract GraphDefOrBuilder getPartitionGraphsOrBuilder (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public abstract List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public abstract GraphDef getPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public abstract GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public abstract GraphDef getPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public abstract GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public abstract boolean hasPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public abstract boolean hasPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;