classe final pública DebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent tipo tensorflow.DebugEvent Classes aninhadas
| aula | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
| enum | DebugEvent.WhatCase | ||
Constantes
Métodos Públicos
| boleano | igual a (objeto obj) |
| DebugMetadata | getDebugMetadata () Metadata related to this debugging data. |
| DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
| DebuggedDevice | 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. |
| DebuggedGraph | getDebuggedGraph () Information about a debugged graph. |
| DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
| DebugEvent estático | |
| DebugEvent | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Execução | getExecution () Execution of an op or a Graph (e.g., a tf.function). |
| ExecutionOrBuilder | 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. |
| Fragmento | 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. |
| GraphOpCreation | 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). |
| int | |
| 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 | |
| Duplo | getWallTime () Timestamp in seconds (with microsecond precision). |
| DebugEvent.WhatCase | getWhatCase () |
| boleano | hasDebugMetadata () Metadata related to this debugging data. |
| boleano | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
| boleano | hasDebuggedGraph () Information about a debugged graph. |
| boleano | hasExecution () Execution of an op or a Graph (e.g., a tf.function). |
| boleano | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
| boleano | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
| boleano | hasSourceFile () The content of a source file. |
| boleano | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
| int | hashCode () |
| final booleano | |
| static DebugEvent.Builder | newBuilder (protótipo DebugEvent ) |
| static DebugEvent.Builder | newBuilder () |
| DebugEvent.Builder | |
| DebugEvent estático | parseDelimitedFrom (input InputStream) |
| DebugEvent estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugEvent estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugEvent estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| DebugEvent estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugEvent estático | parseFrom (dados ByteBuffer) |
| DebugEvent estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugEvent estático | parseFrom (com.google.protobuf.ByteString data) |
| DebugEvent estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugEvent estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DebugEvent.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int DEBUGGED_DEVICE_FIELD_NUMBER
Valor constante: 12
public static final int DEBUGGED_GRAPH_FIELD_NUMBER
Valor constante: 8
public static final int DEBUG_METADATA_FIELD_NUMBER
Valor Constante: 3
public static final int EXECUTION_FIELD_NUMBER
Valor constante: 9
public static final int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
Valor constante: 10
public static final int GRAPH_ID_FIELD_NUMBER
Valor constante: 11
public static final int GRAPH_OP_CREATION_FIELD_NUMBER
Valor constante: 7
public static final int SOURCE_FILE_FIELD_NUMBER
Valor constante: 4
public static final int STACK_FRAME_WITH_ID_FIELD_NUMBER
Valor constante: 6
public static final int STEP_FIELD_NUMBER
Valor constante: 2
public static final int WALL_TIME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
public DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;public DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;public DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;public DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public Execution getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;public ExecutionOrBuilder getExecutionOrBuilder ()
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;public 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 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;public 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 ()
public int getSerializedSize ()
public SourceFile getSourceFile ()
The content of a source file..tensorflow.SourceFile
.tensorflow.SourceFile source_file = 4;public SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file..tensorflow.SourceFile
.tensorflow.SourceFile source_file = 4;public 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 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 long getStep ()
Step of training (if available).
int64 step = 2;public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public double getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;public boolean hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;public boolean hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;public boolean hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;public boolean hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;public boolean hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;public 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 boolean hasSourceFile ()
The content of a source file..tensorflow.SourceFile
.tensorflow.SourceFile source_file = 4;public 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;public int hashCode ()
public final boolean isInitialized ()
public static DebugEvent parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugEvent parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DebugEvent parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DebugEvent parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugEvent parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static DebugEvent parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugEvent parseFrom (com.google.protobuf.ByteString data, 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 |
|---|