/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | validation.cpp | 55 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 D | transform.cpp | 99 case OH_NN_FUSED_NONE: in TransfromFusionType()
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 241 OH_NN_FUSED_NONE = 0, enumerator
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.cpp | 188 OH_NN_FUSED_NONE,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 66 | [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.md | 67 | [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.md | 67 | [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 D | neural-network-runtime-guidelines.md | 341 // 将激活函数类型设置为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 D | transform_test.cpp | 292 OH_NN_FuseType type = OH_NN_FUSED_NONE;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/ |
H A D | transform_test.cpp | 292 OH_NN_FuseType type = OH_NN_FUSED_NONE;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 66 | [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.md | 67 | [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 D | neural-network-runtime-guidelines.md | 341 …// 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 D | neural-network-runtime-guidelines.md | 351 int8_t activationValue = OH_NN_FUSED_NONE;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/ |
H A D | compilation_test.cpp | 48 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/ |
H A D | compilation_test.cpp | 48 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 139 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 D | neural_network_runtime_test.cpp | 123 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 D | neural_network_core_test.cpp | 53 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 D | neural_network_runtime_test.cpp | 124 int8_t activationValue = OH_NN_FUSED_NONE; in BuildModel()
|