Searched refs:OH_NN_OPS_REDUCE_PROD (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | reduceprod_builder.cpp | 163 REGISTER_OPS(ReduceProdBuilder, OH_NN_OPS_REDUCE_PROD);
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 1593 OH_NN_OPS_REDUCE_PROD = 50, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 70 …S_RELU = 47, OH_NN_OPS_RELU6 = 48,<br/>OH_NN_OPS_LAYER_NORM = 49, OH_NN_OPS_REDUCE_PROD = 50, OH_N…
|
H A D | _neural_network_runtime.md | 71 …S_RELU = 47, OH_NN_OPS_RELU6 = 48,<br/>OH_NN_OPS_LAYER_NORM = 49, OH_NN_OPS_REDUCE_PROD = 50, OH_N… 625 | OH_NN_OPS_REDUCE_PROD | 沿着axis指定的维度,计算input的累积值。<br/>输入:<br/>- input,n维输入张量,n<8。<br/>- axis,一维…
|
H A D | _neural_nework_runtime.md | 71 …S_RELU = 47, OH_NN_OPS_RELU6 = 48,<br/>OH_NN_OPS_LAYER_NORM = 49, OH_NN_OPS_REDUCE_PROD = 50, OH_N… 625 | OH_NN_OPS_REDUCE_PROD | 沿着axis指定的维度,计算input的累积值。<br/>输入:<br/>- input,n维输入张量,n<8。<br/>- axis,一维…
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 70 …PS_RELU = 47, OH_NN_OPS_RELU6 = 48,<br>OH_NN_OPS_LAYER_NORM = 49, OH_NN_OPS_REDUCE_PROD = 50, OH_N…
|
H A D | _neural_network_runtime.md | 71 …PS_RELU = 47, OH_NN_OPS_RELU6 = 48,<br>OH_NN_OPS_LAYER_NORM = 49, OH_NN_OPS_REDUCE_PROD = 50, OH_N… 625 | OH_NN_OPS_REDUCE_PROD | Calculates the accumulated value for a tensor along the specified dimensi…
|