GraphExecutionTraceOrBuilder

giao diện công cộng GraphExecutionTraceOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getDeviceName ()
 Name of the device that the op belongs to.
trừu tượng com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
chuỗi trừu tượng
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
trừu tượng com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
int trừu tượng
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
trừu tượng TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
int trừu tượng
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
trừu tượng TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
trừu tượng TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
chuỗi trừu tượng
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
trừu tượng com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
trừu tượng boolean
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

Phương pháp công khai

Chuỗi tóm tắt công khai getDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

tóm tắt công khai com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op belongs to.
 
string device_name = 6;

Chuỗi tóm tắt công khai getOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

tóm tắt công khai com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

tóm tắt công khai int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

tóm tắt công khai TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

tóm tắt công khai int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

tóm tắt công khai 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;

tóm tắt công khai 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;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

boolean trừu tượng công khai 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;