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