رابط عمومی GraphExecutionTraceOrBuilder
| زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
| رشته انتزاعی | 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). |
| انتزاعی | 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 | getTensorProto () 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`. |
روش های عمومی
رشته انتزاعی عمومی 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;