classe final pública DebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent
Classes aninhadas
aula | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
enumeração | DebugEvent.WhatCase |
Constantes
interno | DEBUGGED_DEVICE_FIELD_NUMBER | |
interno | DEBUGGED_GRAPH_FIELD_NUMBER | |
interno | DEBUG_METADATA_FIELD_NUMBER | |
interno | EXECUTION_FIELD_NUMBER | |
interno | GRAPH_EXECUTION_TRACE_FIELD_NUMBER | |
interno | GRAPH_ID_FIELD_NUMBER | |
interno | GRAPH_OP_CREATION_FIELD_NUMBER | |
interno | SOURCE_FILE_FIELD_NUMBER | |
interno | STACK_FRAME_WITH_ID_FIELD_NUMBER | |
interno | STEP_FIELD_NUMBER | |
interno | WALL_TIME_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
DebugMetadados | getDebugMetadata () 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. |
DebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
Gráfico depurado | getDebuggedGraph () Information about a debugged graph. |
DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
DebugEvent estático | |
Evento de depuração | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Execução | getExecução () Execution of an op or a Graph (e.g., a tf.function). |
ExecuçãoOrBuilder | 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. |
Corda | getGraphId () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
com.google.protobuf.ByteString | getGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
Criação 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). |
interno | |
Arquivo Fonte | getSourceFile () The content of a source file. |
SourceFileOrBuilder | getSourceFileOrBuilder () The content of a source file. |
StackFrameWithId | 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. |
longo | getStep () Step of training (if available). |
final com.google.protobuf.UnknownFieldSet | |
dobro | getWallTime () Timestamp in seconds (with microsecond precision). |
DebugEvent.WhatCase | getWhatCase () |
booleano | hasDebugMetadata () Metadata related to this debugging data. |
booleano | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
booleano | hasDebuggedGraph () Information about a debugged graph. |
booleano | hasExecution () 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 | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
booleano | hasSourceFile () The content of a source file. |
booleano | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
interno | código hash () |
booleano final | |
DebugEvent.Builder estático | newBuilder (protótipo DebugEvent ) |
DebugEvent.Builder estático | |
DebugEvent.Builder | |
DebugEvent estático | parseDelimitedFrom (entrada InputStream) |
DebugEvent estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugEvent estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugEvent estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
DebugEvent estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugEvent estático | parseFrom (dados de ByteBuffer) |
DebugEvent estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugEvent estático | parseFrom (dados com.google.protobuf.ByteString) |
DebugEvent estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugEvent estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
DebugEvent.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DEBUGGED_DEVICE_FIELD_NUMBER
Valor Constante: 12
público estático final int DEBUGGED_GRAPH_FIELD_NUMBER
Valor Constante: 8
público estático final int DEBUG_METADATA_FIELD_NUMBER
Valor Constante: 3
público estático final int EXECUTION_FIELD_NUMBER
Valor Constante: 9
público estático final int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
Valor Constante: 10
int final estático público GRAPH_ID_FIELD_NUMBER
Valor Constante: 11
público estático final int GRAPH_OP_CREATION_FIELD_NUMBER
Valor Constante: 7
público estático final int 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
público estático final int WALL_TIME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
DebugMetadata público getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public DebugMetadataOrBuildergetDebugMetadataOrBuilder ( )
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public DebuggedDevicegetDebuggedDevice ( )
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public DebuggedDeviceOrBuildergetDebuggedDeviceOrBuilder ( )
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public DebuggedGraphgetDebuggedGraph ( )
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Execução pública getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
ExecutionOrBuilder públicogetExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
String 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;
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;
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 ()
arquivo de origem público getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public SourceFileOrBuildergetSourceFileOrBuilder ( )
The content of a source file.
.tensorflow.SourceFile source_file = 4;
StackFrameWithId públicogetStackFrameWithId ()
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 StackFrameWithIdOrBuildergetStackFrameWithIdOrBuilder ( )
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
getStep longo público ()
Step of training (if available).
int64 step = 2;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
getWallTime duplo público ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
hasDebugMetadata booleano público ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
público booleano hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
hasDebuggedGraph booleano público ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
hasExecution booleano público ()
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 booleano público ()
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;
hashCode int público ()
público final booleano isInitialized ()
public static DebugEvent parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static DebugEvent parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static DebugEvent parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static DebugEvent parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público estático DebugEvent parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static DebugEvent parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static DebugEvent parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|