DebugEvent

classe finale pubblica DebugEvent

 An Event related to the debugging of a TensorFlow program.
 
Tipo di protocollo tensorflow.DebugEvent

Classi nidificate

classe DebugEvent.Builder
 An Event related to the debugging of a TensorFlow program. 
enum DebugEvent.WhatCase

Costanti

int DEBUGGED_DEVICE_FIELD_NUMBER
int DEBUGGED_GRAPH_FIELD_NUMBER
int DEBUG_METADATA_FIELD_NUMBER
int EXECUTION_FIELD_NUMBER
int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
int GRAPH_ID_FIELD_NUMBER
int GRAPH_OP_CREATION_FIELD_NUMBER
int SOURCE_FILE_FIELD_NUMBER
int STACK_FRAME_WITH_ID_FIELD_NUMBER
int STEP_FIELD_NUMBER
int WALL_TIME_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
DebugMetadati
getDebugMetadata ()
 Metadata related to this debugging data.
DebugMetadataOrBuilder
getDebugMetadataOrBuilder ()
 Metadata related to this debugging data.
Dispositivo con debug
getDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
DebugDeviceOrBuilder
getDebuggedDeviceOrBuilder ()
 A device on which debugger-instrumented ops and/or tensors reside.
Grafico con debug
getDebuggedGraph ()
 Information about a debugged graph.
GraphOrBuilder con debug
getDebuggedGraphOrBuilder ()
 Information about a debugged graph.
Evento Debug statico
Evento di debug
com.google.protobuf.Descriptors.Descriptor statico finale
Esecuzione
getExecution ()
 Execution of an op or a Graph (e.g., a tf.function).
EsecuzioneOrBuilder
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
getIdGrafico ()
 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
File sorgente
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.
lungo
getStep ()
 Step of training (if available).
finale com.google.protobuf.UnknownFieldSet
Doppio
getWallTime ()
 Timestamp in seconds (with microsecond precision).
DebugEvent.WhatCase
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
haEsecuzione ()
 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.
int
booleano finale
DebugEvent.Builder statico
newBuilder (prototipo DebugEvent )
DebugEvent.Builder statico
DebugEvent.Builder
Evento Debug statico
parseDelimitedFrom (input InputStream)
Evento Debug statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento Debug statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento Debug statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Evento Debug statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento Debug statico
parseFrom (dati ByteBuffer)
Evento Debug statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Evento Debug statico
parseFrom (dati com.google.protobuf.ByteString)
Evento Debug statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento Debug statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebugEvent.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEBUGGED_DEVICE_FIELD_NUMBER

Valore costante: 12

public static final int DEBUGGED_GRAPH_FIELD_NUMBER

Valore costante: 8

public static final int DEBUG_METADATA_FIELD_NUMBER

Valore costante: 3

public static final int EXECUTION_FIELD_NUMBER

Valore costante: 9

public static final int GRAPH_EXECUTION_TRACE_FIELD_NUMBER

Valore costante: 10

public static final int GRAPH_ID_FIELD_NUMBER

Valore costante: 11

public static final int GRAPH_OP_CREATION_FIELD_NUMBER

Valore costante: 7

public static final int SOURCE_FILE_FIELD_NUMBER

Valore costante: 4

public static final int STACK_FRAME_WITH_ID_FIELD_NUMBER

Valore costante: 6

public static final int STEP_FIELD_NUMBER

Valore costante: 2

public static final int WALL_TIME_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto 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;

pubblico statico DebugEvent getDefaultInstance ()

pubblico DebugEvent getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

esecuzione pubblica 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;

stringa pubblica getGraphId ()

 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
 
string graph_id = 11;

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

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

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

pubblico lungo getStep ()

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

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico doppio getWallTime ()

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

pubblico DebugEvent.WhatCase getWhatCase ()

pubblico booleano hasDebugMetadata ()

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

booleano pubblico hasDebuggedDevice ()

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

booleano pubblico hasDebuggedGraph ()

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

hasExecution booleano pubblico ()

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

pubblico booleano hasGraphExecutionTrace ()

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

hasGraphOpCreation booleano pubblico ()

 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 pubblico ()

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

pubblico booleano 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 booleano isInitialized ()

public static DebugEvent.Builder newBuilder (prototipo DebugEvent )

public static DebugEvent.Builder newBuilder ()

public DebugEvent.Builder newBuilderForType ()

public static DebugEvent parseDelimitedFrom (input InputStream)

Lancia
IOException

public static DebugEvent parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom DebugEvent statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugEvent (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static DebugEvent parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugEvent (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom DebugEvent statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

parseFrom pubblico statico DebugEvent (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugEvent (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebugEvent (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DebugEvent.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException