RunMetadata.FunctionGraphsOrBuilder

interfaccia statica pubblica RunMetadata.FunctionGraphsOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

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

Metodi pubblici

public abstract GraphDef getPartitionGraphs (indice 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;

Elenco astratto pubblico < GraphDef > getPartitionGraphsList ()

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

public abstract GraphDefOrBuilder getPartitionGraphsOrBuilder (indice int)

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

Elenco abstract pubblico<? estende GraphDefOrBuilder > getPartitionGraphsOrBuilderList ()

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

estratto pubblico GraphDef getPostOptimizationGraph ()

.tensorflow.GraphDef post_optimization_graph = 3;

abstract pubblico GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()

.tensorflow.GraphDef post_optimization_graph = 3;

estratto pubblico GraphDef getPreOptimizationGraph ()

.tensorflow.GraphDef pre_optimization_graph = 2;

abstract pubblico GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()

.tensorflow.GraphDef pre_optimization_graph = 2;

public abstract booleano hasPostOptimizationGraph ()

.tensorflow.GraphDef post_optimization_graph = 3;

public abstract booleano hasPreOptimizationGraph ()

.tensorflow.GraphDef pre_optimization_graph = 2;