공용 인터페이스 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;