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