interface publique GraphExecutionTraceOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| chaîne abstraite | getDeviceName () Name of the device that the op belongs to. |
| résumé com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
| chaîne abstraite | getOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| résumé com.google.protobuf.ByteString | getOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| entier abstrait | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| TensorDebugMode abstrait | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| entier abstrait | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto abstrait | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
| abstrait TensorProtoOrBuilder | getTensorProtoOrBuilder () Tensor value in the type described by `tensor_value_type`. |
| chaîne abstraite | getTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| résumé com.google.protobuf.ByteString | getTfdbgContextIdBytes () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| booléen abstrait | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
Méthodes publiques
chaîne abstraite publique getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6; résumé public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6; chaîne abstraite publique getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; résumé 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 abstrait int getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; résumé public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; public abstrait int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; résumé public 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; résumé public 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; chaîne abstraite publique 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; résumé 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; public abstrait booléen 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;