kelas akhir statis publik 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 Metode Publik
| GraphExecutionTrace.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
| GraphExecutionTrace | membangun () |
| GraphExecutionTrace | |
| GraphExecutionTrace.Builder | jernih () |
| GraphExecutionTrace.Builder | hapusNamaPerangkat () Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
| GraphExecutionTrace.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| GraphExecutionTrace.Builder | hapusNamaOp () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | jelasOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | hapusTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| GraphExecutionTrace.Builder | hapusTensorProto () Tensor value in the type described by `tensor_value_type`. |
| GraphExecutionTrace.Builder | hapusTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder | klon () |
| GraphExecutionTrace | |
| com.google.protobuf.Descriptors.Descriptor statis terakhir | |
| com.google.protobuf.Descriptors.Descriptor | |
| Rangkaian | dapatkan NamaPerangkat () Name of the device that the op belongs to. |
| com.google.protobuf.ByteString | dapatkanDeviceNameBytes () Name of the device that the op belongs to. |
| Rangkaian | dapatkan NamaOp () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| com.google.protobuf.ByteString | dapatkanOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| ke dalam | dapatkanOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| TensorDebugMode | dapatkanTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| ke dalam | dapatkanTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto | dapatkan TensorProto () Tensor value in the type described by `tensor_value_type`. |
| TensorProto.Builder | dapatkanTensorProtoBuilder () Tensor value in the type described by `tensor_value_type`. |
| TensorProtoOrBuilder | dapatkanTensorProtoOrBuilder () Tensor value in the type described by `tensor_value_type`. |
| Rangkaian | dapatkanTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| com.google.protobuf.ByteString | dapatkanTfdbgContextIdBytes () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| boolean | memilikiTensorProto () Tensor value in the type described by `tensor_value_type`. |
| boolean terakhir | |
| GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| GraphExecutionTrace.Builder | setDeviceName (Nilai string) Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | setDeviceNameBytes (nilai com.google.protobuf.ByteString) Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
| GraphExecutionTrace.Builder | setOpName (Nilai string) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setOpNameBytes (nilai com.google.protobuf.ByteString) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setOutputSlot (nilai int) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder | setTensorDebugModeValue (nilai int) Type of the tensor value encapsulated in this proto. |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder | setTensorProto ( TensorProto.Pembuat pembangunForValue) Tensor value in the type described by `tensor_value_type`. |
| GraphExecutionTrace.Builder | setTfdbgContextId (Nilai string) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder | setTfdbgContextIdBytes (nilai com.google.protobuf.ByteString) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public GraphExecutionTrace.Builder addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
GraphExecutionTrace.Builder publik clearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6; GraphExecutionTrace.Builder clearField publik (bidang com.google.protobuf.Descriptors.FieldDescriptor)
GraphExecutionTrace.Builder publik clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
publik GraphExecutionTrace.Builder clearOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; publik GraphExecutionTrace.Builder clearOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; publik GraphExecutionTrace.Builder clearTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; GraphExecutionTrace.Builder publik 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; publik 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; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
String publik getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6; com.google.protobuf.ByteString publik getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6; String publik getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; publik com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; int publik getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; TensorDebugMode publik getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; int publik getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; TensorProto publik dapatkan 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; TensorProto.Builder publik 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; TensorProtoOrBuilder publik 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; String publik 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; publik com.google.protobuf.ByteString getTfdbgContextIdBytes ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1; boolean publik 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; boolean akhir publik diinisialisasi ()
GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
| Pengecualian IO |
|---|
GraphExecutionTrace.Builder mergeTensorProto publik (nilai 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; GraphExecutionTrace.Builder mergeUnknownFields akhir publik (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphExecutionTrace.Builder setDeviceName (Nilai string)
Name of the device that the op belongs to.
string device_name = 6; GraphExecutionTrace.Builder setDeviceNameBytes publik (nilai com.google.protobuf.ByteString)
Name of the device that the op belongs to.
string device_name = 6; public GraphExecutionTrace.Builder setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
publik GraphExecutionTrace.Builder setOpName (Nilai string)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; publik GraphExecutionTrace.Builder setOpNameBytes (nilai com.google.protobuf.ByteString)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; publik GraphExecutionTrace.Builder setOutputSlot (nilai 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 (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek)
GraphExecutionTrace.Builder setTensorDebugMode publik (nilai TensorDebugMode )
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; publik GraphExecutionTrace.Builder setTensorDebugModeValue (nilai int)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; GraphExecutionTrace.Builder setTensorProto publik (nilai 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; GraphExecutionTrace.Builder setTensorProto publik ( 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; publik GraphExecutionTrace.Builder setTfdbgContextId (Nilai string)
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1; GraphExecutionTrace.Builder setTfdbgContextIdBytes publik (nilai 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;