genel statik son sınıf 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
Genel Yöntemler
GraphExecutionTrace.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Grafik Yürütmeİzleme | inşa etmek () |
Grafik Yürütmeİzleme | inşaKısmi () |
GraphExecutionTrace.Builder | temizlemek () |
GraphExecutionTrace.Builder | clearDeviceName () Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
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 | klon () |
Grafik Yürütmeİzleme | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Sicim | getDeviceName () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
Sicim | 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). |
TensörHata Ayıklama Modu | 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`. |
Sicim | 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). |
boolean | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
son boole değeri | Başlatıldı () |
GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.Message other) |
GraphExecutionTrace.Builder | |
son GraphExecutionTrace.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
GraphExecutionTrace.Builder | setDeviceName (Dize değeri) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setDeviceNameBytes (com.google.protobuf.ByteString değeri) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
GraphExecutionTrace.Builder | setOpName (Dize değeri) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOpNameBytes (com.google.protobuf.ByteString değeri) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOutputSlot (int değeri) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorDebugModeValue (int değeri) Type of the tensor value encapsulated in this proto. |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorProto ( TensorProto.Builder builderForValue) Tensor value in the type described by `tensor_value_type`. |
GraphExecutionTrace.Builder | setTfdbgContextId (Dize değeri) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
GraphExecutionTrace.Builder | setTfdbgContextIdBytes (com.google.protobuf.ByteString değeri) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
son GraphExecutionTrace.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public GraphExecutionTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
genel GraphExecutionTrace.Builder clearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
genel GraphExecutionTrace.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
genel GraphExecutionTrace.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
genel GraphExecutionTrace.Builder clearOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
genel GraphExecutionTrace.Builder clearOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
genel GraphExecutionTrace.Builder clearTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
genel 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;
genel 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 ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
genel Dize 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;
public String 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;
genel 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;
genel TensorProto 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;
herkese açık 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;
herkese açık 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;
genel Dize 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 ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;
genel boolean 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;
genel final boolean isInitialized ()
genel GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel GraphExecutionTrace.Builder mergeTensorProto ( TensorProto değeri)
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;
genel final GraphExecutionTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public GraphExecutionTrace.Builder setDeviceName (Dize değeri)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setDeviceNameBytes (com.google.protobuf.ByteString değeri)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public GraphExecutionTrace.Builder setOpName (Dize değeri)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public GraphExecutionTrace.Builder setOpNameBytes (com.google.protobuf.ByteString değeri)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public GraphExecutionTrace.Builder setOutputSlot (int değeri)
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
public GraphExecutionTrace.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
public GraphExecutionTrace.Builder setTensorDebugMode ( TensorDebugMode değeri)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorDebugModeValue (int değer)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorProto ( TensorProto değeri)
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;
genel 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 (Dize değeri)
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 (com.google.protobuf.ByteString değeri)
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;