Home
last modified time | relevance | path

Searched defs:fuseType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dnn_validation_test.cpp147 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
159 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
171 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_validation_test.cpp159 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
171 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
183 OH_NN_FuseType fuseType = (OH_NN_FuseType)fuseTypeTest; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.cpp53 bool ValidateFuseType(OH_NN_FuseType fuseType) in ValidateFuseType()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dsub_builder.cpp56 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType() local
H A Ddiv_builder.cpp58 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActicationType() local
H A Dmul_builder.cpp60 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType() local
H A Dscale_builder.cpp83 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType() local
H A Dmatmul_builder.cpp106 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType() local
H A Dpooling_builder.cpp241 auto fuseType = (OH_NN_FuseType)(*pFuseData); in SetActivation() local