מחלקה סופית סטטית ציבורית 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
מסוג Protobuf.GraphExecutionTrace שיטות ציבוריות
GraphExecutionTrace.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
GraphExecutionTrace | לבנות () |
GraphExecutionTrace | buildPartial () |
GraphExecutionTrace.Builder | ברור () |
GraphExecutionTrace.Builder | clearDeviceName () Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | clearField (שדה 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 | שיבוט () |
GraphExecutionTrace | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
חוּט | getDeviceName () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
חוּט | 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`. |
חוּט | 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). |
בוליאני | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
בוליאנית סופית | |
GraphExecutionTrace.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.Message אחר) |
GraphExecutionTrace.Builder | |
final GraphExecutionTrace.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
GraphExecutionTrace.Builder | setDeviceName (ערך מחרוזת) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setDeviceNameBytes (ערך com.google.protobuf.ByteString) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
GraphExecutionTrace.Builder | setOpName (ערך מחרוזת) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOpNameBytes (ערך com.google.protobuf.ByteString) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOutputSlot (ערך int) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorDebugModeValue (ערך int) 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 (ערך מחרוזת) 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) 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 unknownFields) |
שיטות בירושה
שיטות ציבוריות
public GraphExecutionTrace.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public GraphExecutionTrace.Builder clearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית 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;
מחרוזת ציבורית 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 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;
הציבור 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;
הציבור 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;
מחרוזת ציבורית 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;
יש 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 mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public GraphExecutionTrace.Builder mergeTensorProto (ערך 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 (ערך מחרוזת)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setDeviceNameBytes (ערך com.google.protobuf.ByteString)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public GraphExecutionTrace.Builder setOpName (ערך מחרוזת)
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)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public GraphExecutionTrace.Builder setOutputSlot (ערך 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 (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)
public GraphExecutionTrace.Builder setTensorDebugMode (ערך TensorDebugMode )
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorDebugModeValue (ערך int)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorProto (ערך 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 (ערך מחרוזת)
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)
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;