From f5d1611e8f6f697df379d05eb243cb23bd2317eb Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 1 Jun 2023 09:49:12 +0000 Subject: [PATCH] update zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md b/zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md index c6f8c06ef9..4717f1a28d 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md +++ b/zh-cn/device-dev/reference/hdi-apis/_quant_d_type_cast.md @@ -16,9 +16,13 @@ - output,类型转换之后的tensor。 **Since:** + 3.2 + **Version:** + 1.0 + **相关模块:** [NNRt](_n_n_rt.md) @@ -45,6 +49,7 @@ long QuantDTypeCast::dstT ``` **描述:** + 定义输出的数据类型。 @@ -55,4 +60,5 @@ long QuantDTypeCast::dstT long QuantDTypeCast::srcT ``` **描述:** + 定义输入的数据类型。 -- GitLab