ממשק ציבורי RunMetadataOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט CostGraphDef | getCostGraph () The cost graph for the computation defined by the run call. |
תקציר CostGraphDefOrBuilder | getCostGraphOrBuilder () The cost graph for the computation defined by the run call. |
תקציר RunMetadata.FunctionGraphs | getFunctionGraphs (int index) This is only populated for graphs that are run as functions in TensorFlow V2. |
מופשט int | getFunctionGraphsCount () This is only populated for graphs that are run as functions in TensorFlow V2. |
רשימת תקציר< RunMetadata.FunctionGraphs > | getFunctionGraphsList () This is only populated for graphs that are run as functions in TensorFlow V2. |
תקציר RunMetadata.FunctionGraphsOrBuilder | getFunctionGraphsOrBuilder (int index) This is only populated for graphs that are run as functions in TensorFlow V2. |
רשימה מופשטת<? מרחיב את RunMetadata.FunctionGraphsOrBuilder > | getFunctionGraphsOrBuilderList () This is only populated for graphs that are run as functions in TensorFlow V2. |
מופשט GraphDef | getPartitionGraphs (int index) Graphs of the partitions executed by executors. |
מופשט int | getPartitionGraphsCount () Graphs of the partitions executed by executors. |
רשימה מופשטת< GraphDef > | getPartitionGraphsList () Graphs of the partitions executed by executors. |
תקציר GraphDefOrBuilder | getPartitionGraphsOrBuilder (int index) Graphs of the partitions executed by executors. |
רשימה מופשטת<? מרחיב את GraphDefOrBuilder > | getPartitionGraphsOrBuilderList () Graphs of the partitions executed by executors. |
סטטסטטס מופשט | getStepStats () Statistics traced for this step. |
תקציר StepStatsOrBuilder | getStepStatsOrBuilder () Statistics traced for this step. |
בוליאני מופשט | hasCostGraph () The cost graph for the computation defined by the run call. |
בוליאני מופשט | hasStepStats () Statistics traced for this step. |
שיטות ציבוריות
תקציר ציבורי CostGraphDef getCostGraph ()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
תקציר ציבורי CostGraphDefOrBuilder getCostGraphOrBuilder ()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
תקציר ציבורי RunMetadata.FunctionGraphs getFunctionGraphs (int index)
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;
תקציר ציבורי 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;
רשימת תקציר ציבורית< 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;
תקציר ציבורי RunMetadata.FunctionGraphsOrBuilder getFunctionGraphsOrBuilder (int index)
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;
רשימת תקציר ציבורית<? מרחיב את 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;
תקציר ציבורי GraphDef getPartitionGraphs (int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
תקציר ציבורי int getPartitionGraphsCount ()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
רשימת תקציר ציבורית< GraphDef > getPartitionGraphsList ()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
תקציר ציבורי GraphDefOrBuilder getPartitionGraphsOrBuilder (int index)
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
רשימת תקציר ציבורית<? מרחיב את GraphDefOrBuilder > getPartitionGraphsOrBuilderList ()
Graphs of the partitions executed by executors.
repeated .tensorflow.GraphDef partition_graphs = 3;
תקציר ציבורי 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;
תקציר ציבורי 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;
תקציר בוליאני hasCostGraph ציבורי ()
The cost graph for the computation defined by the run call.
.tensorflow.CostGraphDef cost_graph = 2;
תקציר ציבורי בוליאני 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;