DebugEvent

clase final pública DebugEvent

 An Event related to the debugging of a TensorFlow program.
 
Protobuf tipo tensorflow.DebugEvent

Clases anidadas

clase DebugEvent.Constructor
 An Event related to the debugging of a TensorFlow program. 
enumeración DebugEvent.WhatCase

Constantes

En t DEBUGGED_DEVICE_FIELD_NUMBER
En t DEBUGGED_GRAPH_FIELD_NUMBER
En t DEBUG_METADATA_FIELD_NUMBER
En t EXECUTION_FIELD_NUMBER
En t GRAPH_EXECUTION_TRACE_FIELD_NUMBER
En t GRAPH_ID_FIELD_NUMBER
En t GRAPH_OP_CREATION_FIELD_NUMBER
En t FUENTE_FILE_CAMPO_NÚMERO
En t STACK_FRAME_WITH_ID_FIELD_NUMBER
En t STEP_FIELD_NUMBER
En t WALL_TIME_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
Depurar metadatos
obtenerDebugMetadata ()
 Metadata related to this debugging data.
DebugMetadataOrBuilder
getDebugMetadataOrBuilder ()
 Metadata related to this debugging data.
Dispositivo depurado
getDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
DispositivoDepuradoOrBuilder
getDebuggedDeviceOrBuilder ()
 A device on which debugger-instrumented ops and/or tensors reside.
Gráfico depurado
getDebuggedGraph ()
 Information about a debugged graph.
DepuradoGraphOrBuilder
getDebuggedGraphOrBuilder ()
 Information about a debugged graph.
Evento de depuración estático
Evento de depuración
com.google.protobuf.Descriptors.Descriptor estático final
Ejecución
obtener ejecución ()
 Execution of an op or a Graph (e.g., a tf.function).
Ejecución o constructor
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.
Cadena
obtenerIdGrafico ()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
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 de GraphOp
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).
En t
Archivo fuente
obtener archivo fuente ()
 The content of a source file.
ArchivoFuenteOrBuilder
getSourceFileOrBuilder ()
 The content of a source file.
Marco de pila con ID
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.
largo
obtener paso ()
 Step of training (if available).
com.google.protobuf.UnknownFieldSet final
doble
obtenerWallTime ()
 Timestamp in seconds (with microsecond precision).
DebugEvent.WhatCase
booleano
hasDebugMetadata ()
 Metadata related to this debugging data.
booleano
tieneDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
booleano
hasDebuggedGraph ()
 Information about a debugged graph.
booleano
tiene ejecución ()
 Execution of an op or a Graph (e.g., a tf.function).
booleano
hasGraphExecutionTrace ()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
booleano
tieneGraphOpCreation ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
booleano
tieneSourceFile ()
 The content of a source file.
booleano
hasStackFrameWithId ()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
En t
booleano final
DebugEvent.Builder estático
newBuilder (prototipo DebugEvent )
DebugEvent.Builder estático
DebugEvent.Constructor
Evento de depuración estático
parseDelimitedFrom (entrada de InputStream)
Evento de depuración estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento de depuración estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento de depuración estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
Evento de depuración estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento de depuración estático
parseFrom (datos de ByteBuffer)
Evento de depuración estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Evento de depuración estático
parseFrom (datos com.google.protobuf.ByteString)
Evento de depuración estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento de depuración estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
DebugEvent.Constructor
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DEBUGGED_DEVICE_FIELD_NUMBER

Valor constante: 12

int final estático público DEBUGGED_GRAPH_FIELD_NUMBER

Valor constante: 8

int final estático público DEBUG_METADATA_FIELD_NUMBER

Valor constante: 3

int final estático público EXECUTION_FIELD_NUMBER

Valor constante: 9

int final estático público GRAPH_EXECUTION_TRACE_FIELD_NUMBER

Valor constante: 10

int final estático público GRAPH_ID_FIELD_NUMBER

Valor constante: 11

int final estático público GRAPH_OP_CREATION_FIELD_NUMBER

Valor constante: 7

int final estático público SOURCE_FILE_FIELD_NUMBER

Valor constante: 4

int final estático público STACK_FRAME_WITH_ID_FIELD_NUMBER

Valor constante: 6

int final estático público STEP_FIELD_NUMBER

Valor constante: 2

int final estático público WALL_TIME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

público booleano es igual (Objeto obj)

público DebugMetadata getDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

público DebugMetadataOrBuilder getDebugMetadataOrBuilder ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

dispositivo público depurado getDebuggedDevice ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

público DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

público DebuggedGraph getDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

público DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

público estático DebugEvent getDefaultInstance ()

público DebugEvent getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Ejecución pública getExecution ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

ejecución públicaOrBuilder getExecutionOrBuilder ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

pública 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 GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

cadena 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;

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ública 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 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 getParserForType ()

público int getSerializedSize ()

archivo fuente público getSourceFile ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

público SourceFileOrBuilder getSourceFileOrBuilder ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

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;

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 público largo ()

 Step of training (if available).
 
int64 step = 2;

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

público doble getWallTime ()

 Timestamp in seconds (with microsecond precision).
 
double wall_time = 1;

público DebugEvent.WhatCase getWhatCase ()

público booleano hasDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

hasDebuggedDevice público booleano ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

hasDebuggedGraph público booleano ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

hasExecution público booleano ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

hasGraphExecutionTrace booleano 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 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 público booleano ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

hasStackFrameWithId booleano 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;

código hash int público ()

público final booleano isInitialized ()

public static DebugEvent.Builder newBuilder (prototipo DebugEvent )

público estático DebugEvent.Builder newBuilder ()

público DebugEvent.Builder newBuilderForType ()

público estático DebugEvent parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático DebugEvent parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático DebugEvent (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático DebugEvent (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

parseFrom público estático DebugEvent (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático DebugEvent (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático DebugEvent (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

parseFrom público estático DebugEvent (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático DebugEvent (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático DebugEvent (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público DebugEvent.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción