общедоступный интерфейс GraphExecutionTraceOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактная строка | получитьИмяУстройства () 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). |
абстрактный TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
абстрактный интервал | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
абстрактный TensorProto | получитьТензорПрото () 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). |
абстрактное логическое значение | имеетТензорПрото () Tensor value in the type described by `tensor_value_type`. |
Публичные методы
общедоступная абстрактная строка getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
общедоступный абстрактный 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;
общедоступный абстрактный 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 getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
публичный абстрактный TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
общедоступный абстрактный 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;
публичный абстрактный 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;
общедоступный абстрактный 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;