RunMetadataOrBuilder

interfejs publiczny RunMetadataOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie CostGraphDef
pobierzWykresKosztów ()
 The cost graph for the computation defined by the run call.
streszczenie CostGraphDefOrBuilder
getCostGraphOrBuilder ()
 The cost graph for the computation defined by the run call.
streszczenie RunMetadata.FunctionGraphs
getFunctionGraphs (indeks int)
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
streszczenie wew
getFunctionGraphsCount ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
lista abstrakcyjna< RunMetadata.FunctionGraphs >
getFunctionGraphsList ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
streszczenie RunMetadata.FunctionGraphsOrBuilder
getFunctionGraphsOrBuilder (indeks int)
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
lista abstrakcyjna<? rozszerza RunMetadata.FunctionGraphsOrBuilder >
getFunctionGraphsOrBuilderList ()
 This is only populated for graphs that are run as functions in TensorFlow
 V2.
streszczenie GraphDef
getPartitionGraphs (indeks int)
 Graphs of the partitions executed by executors.
streszczenie wew
getPartitionGraphsCount ()
 Graphs of the partitions executed by executors.
lista abstrakcyjna <GraphDef>
getPartitionGraphsList ()
 Graphs of the partitions executed by executors.
streszczenie GraphDefOrBuilder
getPartitionGraphsOrBuilder (indeks int)
 Graphs of the partitions executed by executors.
lista abstrakcyjna<? rozszerza GraphDefOrBuilder >
getPartitionGraphsOrBuilderList ()
 Graphs of the partitions executed by executors.
abstrakcyjne statystyki krokowe
pobierz statystyki kroków ()
 Statistics traced for this step.
abstrakcyjny StepStatsOrBuilder
getStepStatsOrBuilder ()
 Statistics traced for this step.
abstrakcyjna wartość logiczna
maWykresKosztów ()
 The cost graph for the computation defined by the run call.
abstrakcyjna wartość logiczna
maStepStats ()
 Statistics traced for this step.

Metody publiczne

publiczne streszczenie CostGraphDef getCostGraph ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

publiczne streszczenie CostGraphDefOrBuilder getCostGraphOrBuilder ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

publiczne streszczenie RunMetadata.FunctionGraphs getFunctionGraphs (indeks int)

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

publiczne streszczenie int getFunctionGraphsCount ()

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

publiczna lista abstrakcyjna< RunMetadata.FunctionGraphs > getFunctionGraphsList ()

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

publiczne streszczenie RunMetadata.FunctionGraphsOrBuilder getFunctionGraphsOrBuilder (indeks int)

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

publiczna lista abstrakcyjna<? rozszerza RunMetadata.FunctionGraphsOrBuilder > getFunctionGraphsOrBuilderList ()

 This is only populated for graphs that are run as functions in TensorFlow
 V2. There will be an entry below for each function that is traced.
 The main use cases of the post_optimization_graph and the partition_graphs
 is to give the caller insight into the graphs that were actually run by the
 runtime. Additional information (such as those in step_stats) will match
 these graphs.
 We also include the pre_optimization_graph since it is usually easier to
 read, and is helpful in situations where the caller wants to get a high
 level idea of what the built graph looks like (since the various graph
 optimization passes might change the structure of the graph significantly).
 
repeated .tensorflow.RunMetadata.FunctionGraphs function_graphs = 4;

publiczne streszczenie GraphDef getPartitionGraphs (indeks int)

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

publiczne streszczenie int getPartitionGraphsCount ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

publiczna lista abstrakcyjna< GraphDef > getPartitionGraphsList ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

publiczne streszczenie GraphDefOrBuilder getPartitionGraphsOrBuilder (indeks int)

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

publiczna lista abstrakcyjna<? rozszerza GraphDefOrBuilder > getPartitionGraphsOrBuilderList ()

 Graphs of the partitions executed by executors.
 
repeated .tensorflow.GraphDef partition_graphs = 3;

publiczne streszczenie StepStats getStepStats ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;

publiczne streszczenie StepStatsOrBuilder getStepStatsOrBuilder ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;

publiczna wartość logiczna abstrakcyjna hasCostGraph ()

 The cost graph for the computation defined by the run call.
 
.tensorflow.CostGraphDef cost_graph = 2;

publiczna wartość logiczna abstrakcyjna hasStepStats ()

 Statistics traced for this step. Populated if tracing is turned on via the
 "RunOptions" proto.
 EXPERIMENTAL: The format and set of events may change in future versions.
 
.tensorflow.StepStats step_stats = 1;