/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _reduce_fusion_v10.md | 36 | boolean [reduceToEnd](#reducetoend) | 如果为true,则从axis取第一个元素并设置为i, 然后axis会被修改为[i,i+1,...,n-1,n], 例如… 73 ### reduceToEnd subsection 76 boolean ReduceFusion::reduceToEnd 80 如果为true,则从axis取第一个元素并设置为i, 然后axis会被修改为[i,i+1,...,n-1,n], 例如reduceToEnd=True,axis=[2,4],x的维度为7,则axis…
|
H A D | _reduce_fusion_v20.md | 36 | boolean [reduceToEnd](#reducetoend) | 如果为true,则从axis取第一个元素并设置为i, 然后axis会被修改为[i,i+1,...,n-1,n], 例如… 73 ### reduceToEnd subsection 76 boolean ReduceFusion::reduceToEnd 80 如果为true,则从axis取第一个元素并设置为i, 然后axis会被修改为[i,i+1,...,n-1,n], 例如reduceToEnd=True,axis=[2,4],x的维度为7,则axis…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 626 …维度,axis中每个元素的取值范围为[-n,n)。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 674 …8。<br/>- axis,用于计算最大值的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 675 …8。<br/>- axis,用于计算最小值的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 676 …;8。<br/>- axis,用于计算求和的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 891 | OH_NN_REDUCE_MEAN_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMean算子的reduceToEnd参数时,使用本枚举值。 | 893 | OH_NN_REDUCE_PROD_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceProd算子的reduceToEnd参数时,使用本枚举值。 | 895 | OH_NN_REDUCE_ALL_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceAll算子的reduceToEnd参数时,使用本枚举值。 | 926 | OH_NN_REDUCE_MAX_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMax算子的reduceToEnd参数时,使用本枚举值。 | 929 | OH_NN_REDUCE_MIN_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMin算子的reduceToEnd参数时,使用本枚举值。 | 932 | OH_NN_REDUCE_SUM_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceSum算子的reduceToEnd参数时,使用本枚举值。 | [all …]
|
H A D | _neural_nework_runtime.md | 626 …维度,axis中每个元素的取值范围为[-n,n)。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 674 …8。<br/>- axis,用于计算最大值的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 675 …8。<br/>- axis,用于计算最小值的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 676 …;8。<br/>- axis,用于计算求和的维度。<br/>参数:<br/>- keepDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行red… 891 | OH_NN_REDUCE_MEAN_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMean算子的reduceToEnd参数时,使用本枚举值。 | 893 | OH_NN_REDUCE_PROD_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceProd算子的reduceToEnd参数时,使用本枚举值。 | 895 | OH_NN_REDUCE_ALL_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceAll算子的reduceToEnd参数时,使用本枚举值。 | 926 | OH_NN_REDUCE_MAX_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMax算子的reduceToEnd参数时,使用本枚举值。 | 929 | OH_NN_REDUCE_MIN_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceMin算子的reduceToEnd参数时,使用本枚举值。 | 932 | OH_NN_REDUCE_SUM_REDUCE_TO_END<sup>12+</sup> | 当张量作为ReduceSum算子的reduceToEnd参数时,使用本枚举值。 | [all …]
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 207 boolean reduceToEnd;
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 208 boolean reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 207 boolean reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 208 boolean reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/ |
H A D | dump.txt | 222 boolean reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 288 boolean reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | node_attr_types.h.txt | 214 bool reduceToEnd;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | node_attr_types.h.txt | 215 bool reduceToEnd;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 674 … whether to retain the dimension. The value is a Boolean value.<br>- **reduceToEnd**: a boolean va… 675 … whether to retain the dimension. The value is a Boolean value.<br>- **reduceToEnd**: a boolean va… 676 … whether to retain the dimension. The value is a Boolean value.<br>- **reduceToEnd**: a boolean va… 681 … whether to retain the dimension. The value is a Boolean value.<br>- **reduceToEnd**: a boolean va… 891 | OH_NN_REDUCE_MEAN_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd… 893 | OH_NN_REDUCE_PROD_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd… 895 | OH_NN_REDUCE_ALL_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd*… 926 | OH_NN_REDUCE_MAX_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd*… 929 | OH_NN_REDUCE_MIN_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd*… 932 | OH_NN_REDUCE_SUM_REDUCE_TO_END<sup>12+</sup> | Used when the tensor is used as the **reduceToEnd*… [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v1_0.cpp | 555 reduceFusion.reduceToEnd = mindspore::lite::MindIR_ReduceFusion_GetReduceToEnd(primitive); in ConvertReduceFusion()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 556 reduceFusion.reduceToEnd = mindspore::lite::MindIR_ReduceFusion_GetReduceToEnd(primitive); in ConvertReduceFusion()
|
H A D | lite_graph_to_hdi_model_v2_1.cpp | 1136 reduceFusion.reduceToEnd = mindspore::lite::MindIR_ReduceFusion_GetReduceToEnd(primitive); in ConvertReduceFusion()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 1483 bool reduceToEnd {false}; variable 1485 …imitive = mindspore::lite::MindIR_ReduceFusion_CreatePrimitive(keepDims, mode, reduceToEnd, coeff);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 2401 bool reduceToEnd {false}; variable 2403 …imitive = mindspore::lite::MindIR_ReduceFusion_CreatePrimitive(keepDims, mode, reduceToEnd, coeff);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 2340 bool reduceToEnd {false}; variable 2342 …imitive = mindspore::lite::MindIR_ReduceFusion_CreatePrimitive(keepDims, mode, reduceToEnd, coeff);
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 1825 … <b>mode</b> is <b>REDUCE_ALL</b>, <b>REDUCE_PROD</b>, or <b>REDUCE_MEAN</b> and <b>reduceToEnd</b> 1851 …* For example, if <b>reduceToEnd</b> is <b>true</b>, <b>axis</b> is [2,4], and the number of dimen… 1854 boolean reduceToEnd;
|