From fe2a331871a9f5a172fcbff67b661f34522b0f0d Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 2 Jun 2023 08:16:51 +0000 Subject: [PATCH] update zh-cn/device-dev/reference/hdi-apis/_softmax.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- zh-cn/device-dev/reference/hdi-apis/_softmax.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zh-cn/device-dev/reference/hdi-apis/_softmax.md b/zh-cn/device-dev/reference/hdi-apis/_softmax.md index 520406c923..d6aad982de 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_softmax.md +++ b/zh-cn/device-dev/reference/hdi-apis/_softmax.md @@ -16,9 +16,13 @@ - output,softmax的计算结果,一个n维tensor,类型和shape和x一致。 **Since:** + 3.2 + **Version:** + 1.0 + **相关模块:** [NNRt](_n_n_rt.md) @@ -44,4 +48,5 @@ long [] Softmax::axis ``` **描述:** + 指定计算softmax的维度。整数取值范围为[-n,n)。 -- GitLab