GraphExecutionTrace.Builder

classe finale statique publique GraphExecutionTrace.Builder

 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph).
 The values of the intermediate tensors computed in the graph are recorded
 in this proto. A graph execution may correspond to one or more pieces of
 `GraphExecutionTrace`, depending on whether the instrumented tensor values
 are summarized in an aggregated or separate fashion.
 
tensorflow.GraphExecutionTrace de type Protobuf.GraphExecutionTrace

Méthodes publiques

GraphExecutionTrace.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
GraphExecutionTrace
GraphExecutionTrace
GraphExecutionTrace.Builder
clair ()
GraphExecutionTrace.Builder
clearDeviceName ()
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
GraphExecutionTrace.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphExecutionTrace.Builder
clearOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
clearOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
GraphExecutionTrace.Builder
clearTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
clearTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
clearTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
GraphExecutionTrace.Builder
cloner ()
GraphExecutionTrace
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Chaîne
getDeviceName ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
Chaîne
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
int
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProto.Builder
getTensorProtoBuilder ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Chaîne
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
booléen
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
booléen final
GraphExecutionTrace.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace.Builder
mergeFrom (com.google.protobuf.Message autre)
GraphExecutionTrace.Builder
mergeTensorProto (valeur TensorProto )
 Tensor value in the type described by `tensor_value_type`.
final GraphExecutionTrace.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
GraphExecutionTrace.Builder
setDeviceName (valeur de chaîne)
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
setDeviceNameBytes (valeur com.google.protobuf.ByteString)
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
GraphExecutionTrace.Builder
setOpName (valeur de chaîne)
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
setOpNameBytes (valeur com.google.protobuf.ByteString)
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
setOutputSlot (valeur entière)
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
GraphExecutionTrace.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
GraphExecutionTrace.Builder
setTensorDebugMode (valeur TensorDebugMode )
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
setTensorDebugModeValue (valeur entière)
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
setTensorProto (valeur TensorProto )
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
setTensorProto ( TensorProto.Builder builderForValue)
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
setTfdbgContextId (valeur de chaîne)
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
GraphExecutionTrace.Builder
setTfdbgContextIdBytes (valeur com.google.protobuf.ByteString)
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
final GraphExecutionTrace.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public GraphExecutionTrace.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public GraphExecutionTrace ()

public GraphExecutionTrace buildPartial ()

public GraphExecutionTrace.Builder clear ()

public GraphExecutionTrace.Builder clearDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

public GraphExecutionTrace.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

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

public GraphExecutionTrace.Builder clearOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public GraphExecutionTrace.Builder clearOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

public GraphExecutionTrace.Builder clearTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

public GraphExecutionTrace.Builder clearTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public GraphExecutionTrace.Builder clearTfdbgContextId ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

Clone public GraphExecutionTrace.Builder ()

public GraphExecutionTrace getDefaultInstanceForType ()

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

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

chaîne publique getDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op belongs to.
 
string device_name = 6;

chaîne publique getOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

public TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

public int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

TensorProto public getTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public TensorProto.Builder getTensorProtoBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public TensorProtoOrBuilder getTensorProtoOrBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

chaîne publique getTfdbgContextId ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

public com.google.protobuf.ByteString getTfdbgContextIdBytes ()

chaîne

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

public booléen hasTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public final booléen isInitialized ()

public GraphExecutionTrace.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.Message autre)

public GraphExecutionTrace.Builder mergeTensorProto (valeur TensorProto )

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public final GraphExecutionTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public GraphExecutionTrace.Builder setDeviceName (valeur de chaîne)

 Name of the device that the op belongs to.
 
string device_name = 6;

public GraphExecutionTrace.Builder setDeviceNameBytes (valeur com.google.protobuf.ByteString)

 Name of the device that the op belongs to.
 
string device_name = 6;

public GraphExecutionTrace.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public GraphExecutionTrace.Builder setOpName (valeur de chaîne)

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public GraphExecutionTrace.Builder setOpNameBytes (valeur com.google.protobuf.ByteString)

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public GraphExecutionTrace.Builder setOutputSlot (valeur int)

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

public GraphExecutionTrace.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public GraphExecutionTrace.Builder setTensorDebugMode (valeur TensorDebugMode )

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

public GraphExecutionTrace.Builder setTensorDebugModeValue (valeur int)

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

public GraphExecutionTrace.Builder setTensorProto (valeur TensorProto )

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public GraphExecutionTrace.Builder setTensorProto ( TensorProto.Builder builderForValue)

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public GraphExecutionTrace.Builder setTfdbgContextId (valeur de chaîne)

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

public GraphExecutionTrace.Builder setTfdbgContextIdBytes (valeur com.google.protobuf.ByteString)

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

public final GraphExecutionTrace.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)