GraphExecutionTraceOrBuilder

الواجهة العامة GraphExecutionTraceOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على اسم الجهاز ()
 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
الحصول علىOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
كثافة العمليات مجردة
فتحة إخراج الإخراج ()
 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
الحصول على TensorProto ()
 Tensor value in the type described by `tensor_value_type`.
مجردة TensorProtoOrBuilder
الحصول على TensorProtoOrBuilder ()
 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;