classe finale publique DebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent
de type Protobuf.DebugEvent Classes imbriquées
classe | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
énumération | DebugEvent.WhatCase |
Constantes
Méthodes publiques
booléen | est égal (Obj objet) |
DebugMétadonnées | getDebugMetadata () Metadata related to this debugging data. |
DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
Périphérique débogué | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
DéboguéDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
Graphique débogué | getDebuggedGraph () Information about a debugged graph. |
DéboguéGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
Événement de débogage statique | |
Événement de débogage | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Exécution | getExécution () Execution of an op or a Graph (e.g., a tf.function). |
ExécutionOuBuilder | 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. |
Chaîne | 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. |
GraphOpCréation | 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 | |
Fichier source | getSourceFile () The content of a source file. |
FichierSourceOuBuilder | 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. |
long | getStep () Step of training (if available). |
final com.google.protobuf.UnknownFieldSet | |
double | getWallTime () Timestamp in seconds (with microsecond precision). |
DebugEvent.WhatCase | getWhatCase () |
booléen | hasDebugMetadata () Metadata related to this debugging data. |
booléen | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
booléen | hasDebuggedGraph () Information about a debugged graph. |
booléen | hasExecution () Execution of an op or a Graph (e.g., a tf.function). |
booléen | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
booléen | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
booléen | hasSourceFile () The content of a source file. |
booléen | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
int | |
booléen final | |
DebugEvent.Builder statique | newBuilder (prototype DebugEvent ) |
DebugEvent.Builder statique | |
DebugEvent.Builder | |
Événement de débogage statique | parseDelimitedFrom (entrée InputStream) |
Événement de débogage statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement de débogage statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement de débogage statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
Événement de débogage statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement de débogage statique | parseFrom (données ByteBuffer) |
Événement de débogage statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement de débogage statique | parseFrom (données com.google.protobuf.ByteString) |
Événement de débogage statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement de débogage statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
DebugEvent.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int DEBUGGED_DEVICE_FIELD_NUMBER
Valeur constante : 12
public statique final int DEBUGGED_GRAPH_FIELD_NUMBER
Valeur constante : 8
public statique final int DEBUG_METADATA_FIELD_NUMBER
Valeur constante : 3
public statique final int EXECUTION_FIELD_NUMBER
Valeur constante : 9
public statique final int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
Valeur constante : 10
public statique final int GRAPH_ID_FIELD_NUMBER
Valeur constante : 11
public statique final int GRAPH_OP_CREATION_FIELD_NUMBER
Valeur constante : 7
public statique final int SOURCE_FILE_FIELD_NUMBER
Valeur constante : 4
public statique final int STACK_FRAME_WITH_ID_FIELD_NUMBER
Valeur constante : 6
public statique final int STEP_FIELD_NUMBER
Valeur constante : 2
public statique final int WALL_TIME_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet 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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Exécution publique 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;
chaîne publique 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;
publique getParserForType ()
public int getSerializedSize ()
public SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.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 booléen hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public booléen hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public booléen hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public booléen hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public booléen hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public booléen 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 booléen hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public booléen hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
code de hachage int public ()
public final booléen isInitialized ()
public static DebugEvent parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebugEvent parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique DebugEvent parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static DebugEvent parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public static DebugEvent parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique DebugEvent parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static DebugEvent parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebugEvent parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|