RunMetadata.FunctionGraphsOrBuilder

interface estática pública RunMetadata.FunctionGraphsOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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;

Lista de resumos pública <? estende 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;