DebugEvent

DebugEvent de clase final pública

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

Clases anidadas

clase DebugEvent.Builder
 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 SOURCE_FILE_FIELD_NUMBER
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 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
com.google.protobuf.Descriptors.Descriptor estático final
Ejecución
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.
Cuerda
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).
En t
Archivo fuente
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.
largo
getStep ()
 Step of training (if available).
final com.google.protobuf.UnknownFieldSet
doble
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
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.
En t
booleano final
static DebugEvent.Builder
newBuilder (prototipo DebugEvent )
static DebugEvent.Builder
DebugEvent.Builder
DebugEvent estático
parseDelimitedFrom (entrada InputStream)
DebugEvent estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugEvent estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
DebugEvent estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugEvent estático
parseFrom (datos ByteBuffer)
DebugEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugEvent estático
parseFrom (datos com.google.protobuf.ByteString)
DebugEvent estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugEvent estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebugEvent.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

público estático 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 es igual a (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 .tensorflow.DebuggedDevice debugged_device = 12;

public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()

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

public DebuggedGraph getDebuggedGraph ()

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

public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

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

public static DebugEvent getDefaultInstance ()

public DebugEvent getDefaultInstanceForType ()

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

getExecution () de ejecución pública

 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 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 DebugEvent.WhatCase getWhatCase ()

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 .tensorflow.DebuggedDevice debugged_device = 12;

public boolean hasDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph .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 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 ()

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

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

public DebugEvent.Builder newBuilderForType ()

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

Lanza
IOException

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

Lanza
IOException

public static DebugEvent parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public DebugEvent.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException