interfaz pública DebugEventOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen DebugMetadata | getDebugMetadata () Metadata related to this debugging data. |
abstracto DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
Dispositivo depurado abstracto | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
abstracto DebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
gráfico depurado abstracto | getDebuggedGraph () Information about a debugged graph. |
abstracto DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
ejecución abstracta | obtener ejecución () Execution of an op or a Graph (e.g., a tf.function). |
Ejecución abstractaOrBuilder | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
resumen GraphExecutionTrace | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
resumen GraphExecutionTraceOrBuilder | getGraphExecutionTraceOrBuilder () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
cadena abstracta | obtenerIdGrafico () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
resumen com.google.protobuf.ByteString | obtenerGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
creación abstracta de GraphOp | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstracto GraphOpCreationOrBuilder | getGraphOpCreationOrBuilder () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
archivo fuente abstracto | obtener archivo fuente () The content of a source file. |
resumen SourceFileOrBuilder | getSourceFileOrBuilder () The content of a source file. |
resumen StackFrameWithId | getStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
resumen StackFrameWithIdOrBuilder | getStackFrameWithIdOrBuilder () A stack frame (filename, line number and column number, function name and code string) with ID. |
abstracto largo | obtener paso () Step of training (if available). |
doble abstracto | obtenerWallTime () Timestamp in seconds (with microsecond precision). |
resumen DebugEvent.WhatCase | |
booleano abstracto | hasDebugMetadata () Metadata related to this debugging data. |
booleano abstracto | tieneDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
booleano abstracto | hasDebuggedGraph () Information about a debugged graph. |
booleano abstracto | tiene ejecución () Execution of an op or a Graph (e.g., a tf.function). |
booleano abstracto | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
booleano abstracto | tieneGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
booleano abstracto | tieneSourceFile () The content of a source file. |
booleano abstracto | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
Métodos públicos
resumen público DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
resumen público DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
resumen público DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
resumen público DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
resumen público DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
resumen público DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
Ejecución abstracta pública getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
ejecución abstracta pública OrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
resumen público GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
resumen público GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
Cadena abstracta 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;
resumen 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;
resumen público 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;
resumen público 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;
archivo fuente abstracto público getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
resumen público SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
resumen público 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;
resumen público 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 largo abstracto público ()
Step of training (if available).
int64 step = 2;
getWallTime doble abstracto público ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
hasDebugMetadata booleano abstracto público ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
hasDebuggedDevice booleano abstracto público ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
hasDebuggedGraph booleano abstracto público ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
hasExecution booleano abstracto público ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
hasGraphExecutionTrace booleano abstracto público ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
hasGraphOpCreation booleano abstracto público ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
hasSourceFile booleano abstracto público ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
hasStackFrameWithId booleano abstracto público ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;