DebugEvent.Builder

classe finale statica pubblica DebugEvent.Builder

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

Metodi pubblici

DebugEvent.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
Evento di debug
Evento di debug
DebugEvent.Builder
chiaro ()
DebugEvent.Builder
clearDebugMetadata ()
 Metadata related to this debugging data.
DebugEvent.Builder
clearDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
DebugEvent.Builder
clearDebuggedGraph ()
 Information about a debugged graph.
DebugEvent.Builder
clearExecution ()
 Execution of an op or a Graph (e.g., a tf.function).
DebugEvent.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
DebugEvent.Builder
clearGraphExecutionTrace ()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
DebugEvent.Builder
clearGraphId ()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
DebugEvent.Builder
clearGraphOpCreation ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
DebugEvent.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebugEvent.Builder
clearSourceFile ()
 The content of a source file.
DebugEvent.Builder
clearStackFrameWithId ()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
DebugEvent.Builder
cancella Passo ()
 Step of training (if available).
DebugEvent.Builder
cancellaWallTime ()
 Timestamp in seconds (with microsecond precision).
DebugEvent.Builder
DebugEvent.Builder
clone ()
DebugMetadati
getDebugMetadata ()
 Metadata related to this debugging data.
DebugMetadata.Builder
getDebugMetadataBuilder ()
 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.
DebuggedDevice.Builder
getDebuggedDeviceBuilder ()
 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.
DebuggedGraph.Builder
getDebuggedGraphBuilder ()
 Information about a debugged graph.
GraphOrBuilder con debug
getDebuggedGraphOrBuilder ()
 Information about a debugged graph.
Evento di debug
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Esecuzione
getExecution ()
 Execution of an op or a Graph (e.g., a tf.function).
Esecuzione.Builder
getExecutionBuilder ()
 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.
GraphExecutionTrace.Builder
getGraphExecutionTraceBuilder ()
 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).
GraphOpCreation.Builder
getGraphOpCreationBuilder ()
 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).
File sorgente
getSourceFile ()
 The content of a source file.
SourceFile.Builder
getSourceFileBuilder ()
 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.
StackFrameWithId.Builder
getStackFrameWithIdBuilder ()
 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).
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.
booleano finale
DebugEvent.Builder
mergeDebugMetadata (valore DebugMetadata )
 Metadata related to this debugging data.
DebugEvent.Builder
mergeDebuggedDevice (valore DebuggedDevice )
 A device on which debugger-instrumented ops and/or tensors reside.
DebugEvent.Builder
mergeDebuggedGraph (valore DebuggedGraph )
 Information about a debugged graph.
DebugEvent.Builder
mergeExecution (valore di esecuzione )
 Execution of an op or a Graph (e.g., a tf.function).
DebugEvent.Builder
mergeFrom (com.google.protobuf.Message altro)
DebugEvent.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
DebugEvent.Builder
mergeGraphExecutionTrace (valore GraphExecutionTrace )
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
DebugEvent.Builder
mergeGraphOpCreation (valore GraphOpCreation )
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
DebugEvent.Builder
mergeSourceFile (valore SourceFile )
 The content of a source file.
DebugEvent.Builder
mergeStackFrameWithId (valore StackFrameWithId )
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
finale DebugEvent.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
DebugEvent.Builder
setDebugMetadata (valore DebugMetadata )
 Metadata related to this debugging data.
DebugEvent.Builder
setDebugMetadata ( DebugMetadata.Builder builderForValue)
 Metadata related to this debugging data.
DebugEvent.Builder
setDebuggedDevice ( DebuggedDevice.Builder builderForValue)
 A device on which debugger-instrumented ops and/or tensors reside.
DebugEvent.Builder
setDebuggedDevice (valore DebuggedDevice )
 A device on which debugger-instrumented ops and/or tensors reside.
DebugEvent.Builder
setDebuggedGraph ( DebuggedGraph.Builder builderForValue)
 Information about a debugged graph.
DebugEvent.Builder
setDebuggedGraph (valore DebuggedGraph )
 Information about a debugged graph.
DebugEvent.Builder
setExecution ( Execution.Builder builderForValue)
 Execution of an op or a Graph (e.g., a tf.function).
DebugEvent.Builder
setExecution (valore di esecuzione )
 Execution of an op or a Graph (e.g., a tf.function).
DebugEvent.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
DebugEvent.Builder
setGraphExecutionTrace ( GraphExecutionTrace.Builder builderForValue)
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
DebugEvent.Builder
setGraphExecutionTrace (valore GraphExecutionTrace )
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
DebugEvent.Builder
setGraphId (valore stringa)
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
DebugEvent.Builder
setGraphIdBytes (valore com.google.protobuf.ByteString)
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
DebugEvent.Builder
setGraphOpCreation (valore GraphOpCreation )
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
DebugEvent.Builder
setGraphOpCreation ( GraphOpCreation.Builder builderForValue)
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
DebugEvent.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
DebugEvent.Builder
setSourceFile (valore SourceFile )
 The content of a source file.
DebugEvent.Builder
setSourceFile ( SourceFile.Builder builderForValue)
 The content of a source file.
DebugEvent.Builder
setStackFrameWithId ( StackFrameWithId.Builder builderForValue)
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
DebugEvent.Builder
setStackFrameWithId (valore StackFrameWithId )
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
DebugEvent.Builder
setStep (valore lungo)
 Step of training (if available).
finale DebugEvent.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
DebugEvent.Builder
setWallTime (doppio valore)
 Timestamp in seconds (with microsecond precision).

Metodi ereditati

Metodi pubblici

public DebugEvent.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build DebugEvent pubblica ()

public DebugEvent buildPartial ()

pubblico DebugEvent.Builder chiaro ()

public DebugEvent.Builder clearDebugMetadata ()

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

public DebugEvent.Builder clearDebuggedDevice ()

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

pubblico DebugEvent.Builder clearDebuggedGraph ()

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

public DebugEvent.Builder clearExecution ()

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

public DebugEvent.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public DebugEvent.Builder clearGraphExecutionTrace ()

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

pubblico DebugEvent.Builder clearGraphId ()

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

pubblico DebugEvent.Builder clearGraphOpCreation ()

 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
 
.tensorflow.GraphOpCreation graph_op_creation = 7;

public DebugEvent.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DebugEvent.Builder clearSourceFile ()

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

public DebugEvent.Builder clearStackFrameWithId ()

 A stack frame (filename, line number and column number, function name and
 code string) with ID.
 
.tensorflow.StackFrameWithId stack_frame_with_id = 6;

pubblico DebugEvent.Builder clearStep ()

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

pubblico DebugEvent.Builder clearWallTime ()

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

public DebugEvent.Builder clearWhat ()

clone pubblico di DebugEvent.Builder ()

public DebugMetadata getDebugMetadata ()

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

public DebugMetadata.Builder getDebugMetadataBuilder ()

 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 DebuggedDevice.Builder getDebuggedDeviceBuilder ()

 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 DebuggedGraph.Builder getDebuggedGraphBuilder ()

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

public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

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

pubblico DebugEvent getDefaultInstanceForType ()

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

pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

esecuzione pubblica getExecution ()

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

public Execution.Builder getExecutionBuilder ()

 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 GraphExecutionTrace.Builder getGraphExecutionTraceBuilder ()

 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 GraphOpCreation.Builder getGraphOpCreationBuilder ()

 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;

public SourceFile getSourceFile ()

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

public SourceFile.Builder getSourceFileBuilder ()

 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;

pubblico StackFrameWithId.Builder getStackFrameWithIdBuilder ()

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

public DebugEvent.Builder mergeDebugMetadata (valore DebugMetadata )

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

public DebugEvent.Builder mergeDebuggedDevice (valore DebuggedDevice )

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

public DebugEvent.Builder mergeDebuggedGraph (valore DebuggedGraph )

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

public DebugEvent.Builder mergeExecution (valore di esecuzione )

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

public DebugEvent.Builder mergeFrom (com.google.protobuf.Message altro)

public DebugEvent.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public DebugEvent.Builder mergeGraphExecutionTrace (valore GraphExecutionTrace )

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

public DebugEvent.Builder mergeGraphOpCreation (valore GraphOpCreation )

 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
 
.tensorflow.GraphOpCreation graph_op_creation = 7;

public DebugEvent.Builder mergeSourceFile (valore SourceFile )

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

public DebugEvent.Builder mergeStackFrameWithId (valore StackFrameWithId )

 A stack frame (filename, line number and column number, function name and
 code string) with ID.
 
.tensorflow.StackFrameWithId stack_frame_with_id = 6;

public final DebugEvent.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public DebugEvent.Builder setDebugMetadata (valore DebugMetadata )

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

public DebugEvent.Builder setDebugMetadata ( DebugMetadata.Builder builderForValue)

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

public DebugEvent.Builder setDebuggedDevice ( DebuggedDevice.Builder builderForValue)

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

public DebugEvent.Builder setDebuggedDevice (valore DebuggedDevice )

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

public DebugEvent.Builder setDebuggedGraph ( DebuggedGraph.Builder builderForValue)

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

public DebugEvent.Builder setDebuggedGraph (valore DebuggedGraph )

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

public DebugEvent.Builder setExecution ( Execution.Builder builderForValue)

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

public DebugEvent.Builder setExecution (valore di esecuzione )

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

public DebugEvent.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public DebugEvent.Builder setGraphExecutionTrace ( GraphExecutionTrace.Builder builderForValue)

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

public DebugEvent.Builder setGraphExecutionTrace (valore GraphExecutionTrace )

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

public DebugEvent.Builder setGraphId (valore stringa)

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

pubblico DebugEvent.Builder setGraphIdBytes (valore com.google.protobuf.ByteString)

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

public DebugEvent.Builder setGraphOpCreation (valore GraphOpCreation )

 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
 
.tensorflow.GraphOpCreation graph_op_creation = 7;

public DebugEvent.Builder setGraphOpCreation ( GraphOpCreation.Builder builderForValue)

 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
 
.tensorflow.GraphOpCreation graph_op_creation = 7;

public DebugEvent.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public DebugEvent.Builder setSourceFile (valore SourceFile )

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

public DebugEvent.Builder setSourceFile ( SourceFile.Builder builderForValue)

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

public DebugEvent.Builder setStackFrameWithId ( StackFrameWithId.Builder builderForValue)

 A stack frame (filename, line number and column number, function name and
 code string) with ID.
 
.tensorflow.StackFrameWithId stack_frame_with_id = 6;

public DebugEvent.Builder setStackFrameWithId (valore StackFrameWithId )

 A stack frame (filename, line number and column number, function name and
 code string) with ID.
 
.tensorflow.StackFrameWithId stack_frame_with_id = 6;

public DebugEvent.Builder setStep (valore lungo)

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

public final DebugEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public DebugEvent.Builder setWallTime (doppio valore)

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