ממשק ציבורי DebugEventOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
אבסטרקט DebugMetadata | getDebugMetadata () Metadata related to this debugging data. |
תקציר DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
מופשט DebuggedDevice | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
תקציר DebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
abstract DebuggedGraph | getDebuggedGraph () Information about a debugged graph. |
תקציר DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
ביצוע מופשט | getExecution () Execution of an op or a Graph (e.g., a tf.function). |
תקציר ExecutionOrBuilder | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
מופשט GraphExecutionTrace | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
תקציר GraphExecutionTraceOrBuilder | getGraphExecutionTraceOrBuilder () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
מחרוזת מופשטת | getGraphId () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
תקציר com.google.protobuf.ByteString | getGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
מופשט GraphOpCreation | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
תקציר GraphOpCreationOrBuilder | getGraphOpCreationOrBuilder () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
קובץ מקור מופשט | getSourceFile () The content of a source file. |
תקציר SourceFileOrBuilder | getSourceFileOrBuilder () The content of a source file. |
מופשט StackFrameWithId | getStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
תקציר StackFrameWithIdOrBuilder | getStackFrameWithIdOrBuilder () A stack frame (filename, line number and column number, function name and code string) with ID. |
מופשט ארוך | getStep () Step of training (if available). |
כפול מופשט | getWallTime () Timestamp in seconds (with microsecond precision). |
תקציר DebugEvent.WhatCase | getWhatCase () |
בוליאני מופשט | hasDebugMetadata () Metadata related to this debugging data. |
בוליאני מופשט | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
בוליאני מופשט | hasDebuggedGraph () Information about a debugged graph. |
בוליאני מופשט | hasExecution () Execution of an op or a Graph (e.g., a tf.function). |
בוליאני מופשט | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
בוליאני מופשט | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
בוליאני מופשט | hasSourceFile () The content of a source file. |
בוליאני מופשט | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
שיטות ציבוריות
תקציר ציבורי DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
תקציר ציבורי DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
תקציר ציבורי DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
תקציר ציבורי DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
תקציר ציבורי DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
תקציר ציבורי DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
תקציר ציבורי ביצוע getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
תקציר ציבורי ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
תקציר ציבורי GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
תקציר ציבורי GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
מחרוזת תקציר ציבורי getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
תקציר ציבורי com.google.protobuf.ByteString getGraphIdBytes ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
תקציר ציבורי GraphOpCreation getGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
תקציר ציבורי GraphOpCreationOrBuilder getGraphOpCreationOrBuilder ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
תקציר ציבורי SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
תקציר ציבורי SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
תקציר ציבורי StackFrameWithId getStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
תקציר ציבורי StackFrameWithIdOrBuilder getStackFrameWithIdOrBuilder ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
תקציר ציבורי ארוך getStep ()
Step of training (if available).
int64 step = 2;
תקציר ציבורי כפול getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
תקציר ציבורי בוליאני hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
תקציר ציבורי בוליאני hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
תקציר ציבורי בוליאני hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
תקציר ציבורי בוליאני hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
תקציר ציבורי בוליאני hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
תקציר ציבורי בוליאני hasGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
תקציר ציבורי בוליאני hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
תקציר בוליאני ציבורי hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;