GraphExecutionTraceOrBuilder

อินเทอร์เฟซสาธารณะ GraphExecutionTraceOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
รับชื่ออุปกรณ์ ()
 Name of the device that the op belongs to.
นามธรรม com.google.protobuf.ByteString
รับDeviceNameBytes ()
 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
รับ TensorDebugMode ()
 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).
บูลีนนามธรรม
มีเทนเซอร์โปรโต ()
 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;