общедоступный статический конечный класс 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
Публичные методы
GraphExecutionTrace.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
ГрафВыполнениеСледить | строить () |
ГрафВыполнениеСледить | |
GraphExecutionTrace.Builder | прозрачный () |
GraphExecutionTrace.Builder | очистить имя_устройства () 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 | очистить имя_опции () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | очиститьВыходнойслот () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | очиститьTensorDebugMode () Type of the tensor value encapsulated in this proto. |
GraphExecutionTrace.Builder | очиститьТензорПрото () 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 | клон () |
ГрафВыполнениеСледить | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьИмяУстройства () 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). |
интервал | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
Тензордебагмоде | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
интервал | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
ТензорПрото | получитьТензорПрото () Tensor value in the type described by `tensor_value_type`. |
TensorProto.Builder | getTensorProtoBuilder () Tensor value in the type described by `tensor_value_type`. |
ТензорПротоОрБилдер | 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). |
логическое значение | имеетТензорПрото () 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 | |
окончательный GraphExecutionTrace.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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 (целое значение) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorDebugModeValue (целое значение) 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). |
окончательный GraphExecutionTrace.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public GraphExecutionTrace.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
общедоступный GraphExecutionTrace.Builder ClearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
общедоступный 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).
string op_name = 2;
общедоступный GraphExecutionTrace.Builder ClearOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
общедоступный GraphExecutionTrace.Builder ClearTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
общедоступный 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;
общедоступный 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;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный 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;
общедоступное логическое значение 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;
публичное окончательное логическое значение isInitialized ()
общедоступный GraphExecutionTrace.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
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;
общедоступный финал GraphExecutionTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public GraphExecutionTrace.Builder setDeviceName (строковое значение)
Name of the device that the op belongs to.
string device_name = 6;
общедоступный 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;
общедоступный 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;
общедоступный GraphExecutionTrace.Builder setOutputSlot (целое значение)
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 (целое значение)
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;
общедоступный 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;