Home
last modified time | relevance | path

Searched refs:OH_NN_FUSED_NONE (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.cpp55 if ((fuseType >= OH_NN_FUSED_NONE) && (fuseType <= OH_NN_FUSED_RELU6)) { in ValidateFuseType()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dtransform.cpp99 case OH_NN_FUSED_NONE: in TransfromFusionType()
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h241 OH_NN_FUSED_NONE = 0, enumerator
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.cpp188 OH_NN_FUSED_NONE,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md66 | [OH_NN_FuseType](_neural_network_runtime.md#oh_nn_fusetype) : int8_t { OH_NN_FUSED_NONE = 0, OH_N…
H A D_neural_network_runtime.md67 | [OH_NN_FuseType](#oh_nn_fusetype) : int8_t { OH_NN_FUSED_NONE = 0, OH_NN_FUSED_RELU = 1, OH_NN_FU…
557 | OH_NN_FUSED_NONE | 未指定融合激活函数 |
H A D_neural_nework_runtime.md67 | [OH_NN_FuseType](#oh_nn_fusetype) : int8_t { OH_NN_FUSED_NONE = 0, OH_NN_FUSED_RELU = 1, OH_NN_FU…
557 | OH_NN_FUSED_NONE | 未指定融合激活函数 |
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md341 // 将激活函数类型设置为OH_NN_FUSED_NONE,表示该算子不添加激活函数。
342 int8_t activationValue = OH_NN_FUSED_NONE;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/
H A Dtransform_test.cpp292 OH_NN_FuseType type = OH_NN_FUSED_NONE;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/
H A Dtransform_test.cpp292 OH_NN_FuseType type = OH_NN_FUSED_NONE;
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md66 | [OH_NN_FuseType](_neural_network_runtime.md#oh_nn_fusetype) : int8_t { OH_NN_FUSED_NONE = 0, OH_N…
H A D_neural_network_runtime.md67 | [OH_NN_FuseType](#oh_nn_fusetype) : int8_t { OH_NN_FUSED_NONE = 0, OH_NN_FUSED_RELU = 1, OH_NN_FU…
557 | OH_NN_FUSED_NONE | The fusion activation function is not specified.|
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md341 …// Set the type of the activation function to OH_NN_FUSED_NONE, indicating that no activation func…
342 int8_t activationValue = OH_NN_FUSED_NONE;
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md351 int8_t activationValue = OH_NN_FUSED_NONE;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp48 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp48 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp139 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp123 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp53 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp124 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()