RunMetadata.FunctionGraphsOrBuilder

interfaz estática pública RunMetadata.FunctionGraphsOrBuilder
Subclases indirectas conocidas

Métodos públicos

GraphDef abstracto
getPartitionGraphs (índice int)
 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;
int abstracto
getPartitionGraphsCount ()
 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;
Lista abstracta < GraphDef >
getPartitionGraphsList ()
 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;
GraphDefOrBuilder abstracto
getPartitionGraphsOrBuilder (índice int)
 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;
Resumen Lista <? extiende GraphDefOrBuilder >
getPartitionGraphsOrBuilderList ()
 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;
GraphDef abstracto
getPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
GraphDefOrBuilder abstracto
getPostOptimizationGraphOrBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
GraphDef abstracto
getPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
GraphDefOrBuilder abstracto
getPreOptimizationGraphOrBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
booleano abstracto
hasPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
booleano abstracto
hasPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;

Métodos públicos

GraphDef abstracto público getPartitionGraphs (índice int)

 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;

Lista pública abstracta < GraphDef > getPartitionGraphsList ()

 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;

GraphDefOrBuilder abstracto público getPartitionGraphsOrBuilder (índice int)

 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;

Lista de resumen público <? extiende GraphDefOrBuilder > getPartitionGraphsOrBuilderList ()

 TODO(nareshmodi): Include some sort of function/cache-key identifier?
 
repeated .tensorflow.GraphDef partition_graphs = 1;

GraphDef abstracto público getPostOptimizationGraph ()

.tensorflow.GraphDef post_optimization_graph = 3;

public abstract GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()

.tensorflow.GraphDef post_optimization_graph = 3;

GraphDef abstracto público getPreOptimizationGraph ()

.tensorflow.GraphDef pre_optimization_graph = 2;

public abstract GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()

.tensorflow.GraphDef pre_optimization_graph = 2;

hasPostOptimizationGraph () booleano abstracto público

.tensorflow.GraphDef post_optimization_graph = 3;

hasPreOptimizationGraph () booleano abstracto público

.tensorflow.GraphDef pre_optimization_graph = 2;