Home
last modified time | relevance | path

Searched refs:fuseData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddiv_builder.cpp53 const int8_t* fuseData = static_cast<int8_t*>(buffer); in SetActicationType() local
54 …OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActicationType()
58 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActicationType()
H A Dmul_builder.cpp54 int8_t* fuseData = static_cast<int8_t*>(buffer); in SetActivationType() local
55 …OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActivationType()
60 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType()
H A Dsub_builder.cpp50 int8_t* fuseData = static_cast<int8_t*>(buffer); in SetActivationType() local
51 …OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActivationType()
56 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType()
H A Dadd_builder.cpp47 int8_t* fuseData = static_cast<int8_t*>(buffer); in SetActivation() local
48 if (!Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActivation()
52 m_activationType = NNToMS::TransfromFusionType(static_cast<OH_NN_FuseType>(*fuseData)); in SetActivation()
H A Dscale_builder.cpp77 const int8_t* fuseData = static_cast<const int8_t*>(buffer); in SetActivationType() local
78 …OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActivationType()
83 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType()
H A Dmatmul_builder.cpp100 int8_t* fuseData = static_cast<int8_t*>(buffer); in SetActivationType() local
101 …OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseData))) { in SetActivationType()
106 auto fuseType = (OH_NN_FuseType)(*fuseData); in SetActivationType()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp193 int8_t* fuseData = &num; variable
194 …e::lite::ActivationType type = NNToMS::TransfromFusionType(static_cast<OH_NN_FuseType>(*fuseData));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1111 int8_t* fuseData = &num; variable
1112 …e::lite::ActivationType type = NNToMS::TransfromFusionType(static_cast<OH_NN_FuseType>(*fuseData));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1050 int8_t* fuseData = &num; variable
1051 …e::lite::ActivationType type = NNToMS::TransfromFusionType(static_cast<OH_NN_FuseType>(*fuseData));