interface publique DebugEventOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
résumé DebugMetadata | getDebugMetadata () Metadata related to this debugging data. |
résumé DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
résuméDebuggedDevice | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
résumé DebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
résumé DebuggedGraph | getDebuggedGraph () Information about a debugged graph. |
résumé DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
Exécution abstraite | getExécution () Execution of an op or a Graph (e.g., a tf.function). |
ExecutionOrBuilder abstrait | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
abstrait GraphExecutionTrace | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
résumé GraphExecutionTraceOrBuilder | getGraphExecutionTraceOrBuilder () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
chaîne abstraite | getGraphId () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
résumé com.google.protobuf.ByteString | getGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
résumé GraphOpCreation | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
résumé GraphOpCreationOrBuilder | getGraphOpCreationOrBuilder () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
fichier source abstrait | getSourceFile () The content of a source file. |
résumé SourceFileOrBuilder | getSourceFileOrBuilder () The content of a source file. |
résumé StackFrameWithId | getStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
résumé StackFrameWithIdOrBuilder | getStackFrameWithIdOrBuilder () A stack frame (filename, line number and column number, function name and code string) with ID. |
abstrait long | getStep () Step of training (if available). |
double abstrait | getWallTime () Timestamp in seconds (with microsecond precision). |
résumé DebugEvent.WhatCase | getWhatCase () |
booléen abstrait | hasDebugMetadata () Metadata related to this debugging data. |
booléen abstrait | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
booléen abstrait | hasDebuggedGraph () Information about a debugged graph. |
booléen abstrait | hasExecution () Execution of an op or a Graph (e.g., a tf.function). |
booléen abstrait | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
booléen abstrait | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
booléen abstrait | hasSourceFile () The content of a source file. |
booléen abstrait | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
Méthodes publiques
résumé public DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
résumé public DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
résumé public DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
résumé public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
résumé public DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
résumé public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstrait Exécution getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstrait ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
résumé public GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
résumé public GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
chaîne abstraite publique getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
résumé public 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;
résumé public 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;
résumé public 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;
public abstrait SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstrait SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
résumé public 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;
résumé public 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;
public abstrait long getStep ()
Step of training (if available).
int64 step = 2;
public abstrait double getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
public abstrait booléen hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public abstrait booléen hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public abstrait booléen hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstrait booléen hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstrait booléen hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public abstrait booléen hasGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
public abstrait booléen hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstrait booléen hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;