/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/inner_kits/ |
H A D | neural_network_runtime_inner_test.cpp | 22 namespace NeuralNetworkRuntime { namespace 65 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 84 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 119 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 143 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 200 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 274 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 293 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 332 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime… 354 …OHOS::NeuralNetworkRuntime::InnerModel* innerModel = new (std::nothrow) OHOS::NeuralNetworkRuntime…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/ |
H A D | base_test.cpp | 18 using namespace OHOS::NeuralNetworkRuntime::Ops; 21 namespace NeuralNetworkRuntime { namespace 27 std::shared_ptr<OHOS::NeuralNetworkRuntime::NNTensor> BaseTest::TransToNNTensor( in TransToNNTensor()
|
H A D | base_test.h | 24 namespace NeuralNetworkRuntime { 30 virtual std::shared_ptr<OHOS::NeuralNetworkRuntime::NNTensor> TransToNNTensor(
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | ops_registry_test.cpp | 25 using namespace OHOS::NeuralNetworkRuntime; 26 using namespace OHOS::NeuralNetworkRuntime::Validation; 27 using namespace OHOS::NeuralNetworkRuntime::Ops;
|
H A D | nn_validation_test.cpp | 23 using namespace OHOS::NeuralNetworkRuntime; 24 using namespace OHOS::NeuralNetworkRuntime::Validation;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | ops_registry_test.cpp | 25 using namespace OHOS::NeuralNetworkRuntime; 26 using namespace OHOS::NeuralNetworkRuntime::Validation; 27 using namespace OHOS::NeuralNetworkRuntime::Ops;
|
H A D | nn_validation_test.cpp | 23 using namespace OHOS::NeuralNetworkRuntime; 24 using namespace OHOS::NeuralNetworkRuntime::Validation;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/quant_param/ |
H A D | quant_param_test.cpp | 22 using namespace OHOS::NeuralNetworkRuntime; 25 namespace NeuralNetworkRuntime { namespace 119 std::vector<OHOS::NeuralNetworkRuntime::QuantParam> compatQuantParams; 137 std::vector<OHOS::NeuralNetworkRuntime::QuantParam> compatQuantParams;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/hdinnrtdevice_fuzzer/ |
H A D | hdinnrtdevice_fuzzer.cpp | 28 namespace NeuralNetworkRuntime { namespace 66 if (size < OHOS::NeuralNetworkRuntime::U32_AT_SIZE) { in LLVMFuzzerTestOneInput() 71 OHOS::NeuralNetworkRuntime::HdiNnrtDeviceFuzzTest(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/hdinnrtpreparedmodel_fuzzer/ |
H A D | hdinnrtpreparedmodel_fuzzer.cpp | 28 namespace NeuralNetworkRuntime { namespace 66 if (size < OHOS::NeuralNetworkRuntime::U32_AT_SIZE) { in LLVMFuzzerTestOneInput() 71 OHOS::NeuralNetworkRuntime::HdiNnrtPreparedModelFuzzTest(data, size); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | transform.cpp | 21 namespace NeuralNetworkRuntime { namespace 110 mindspore::lite::QuantType NNToMS::TransformQuantType(OHOS::NeuralNetworkRuntime::Ops::OpsQuantType… in TransformQuantType() 113 case OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_NONE: in TransformQuantType() 115 case OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_ALL: in TransformQuantType()
|
H A D | nncompiled_cache.cpp | 28 namespace NeuralNetworkRuntime { namespace 39 OH_NN_ReturnCode NNCompiledCache::Save(const std::vector<OHOS::NeuralNetworkRuntime::Buffer>& cache… in Save() 65 std::vector<OHOS::NeuralNetworkRuntime::Buffer>& caches) in Restore() 118 OHOS::NeuralNetworkRuntime::Buffer modelBuffer; in Restore() 163 OH_NN_ReturnCode NNCompiledCache::GenerateCacheFiles(const std::vector<OHOS::NeuralNetworkRuntime::… in GenerateCacheFiles() 191 OH_NN_ReturnCode NNCompiledCache::GenerateCacheModel(const std::vector<OHOS::NeuralNetworkRuntime::… in GenerateCacheModel() 346 … OHOS::NeuralNetworkRuntime::Buffer& cache) const in ReadCacheModelFile()
|
H A D | quant_param.h | 25 namespace NeuralNetworkRuntime { 39 …OH_NN_ReturnCode CopyToCompat(std::vector<OHOS::NeuralNetworkRuntime::QuantParam>& compatQuantPara…
|
H A D | quant_param.cpp | 21 namespace NeuralNetworkRuntime { namespace 52 OH_NN_ReturnCode QuantParams::CopyToCompat(std::vector<OHOS::NeuralNetworkRuntime::QuantParam>& com… in CopyToCompat()
|
H A D | transform.h | 26 namespace NeuralNetworkRuntime { 44 mindspore::lite::QuantType TransformQuantType(OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | backend_registrar.h | 27 namespace NeuralNetworkRuntime { 38 …static OHOS::NeuralNetworkRuntime::BackendRegistrar g_##backend##_backend_registrar(#backend, crea…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/ |
H A D | transform_test.cpp | 23 using namespace OHOS::NeuralNetworkRuntime; 25 namespace NeuralNetworkRuntime { namespace 328 …OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType… 340 …OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/ |
H A D | transform_test.cpp | 23 using namespace OHOS::NeuralNetworkRuntime; 25 namespace NeuralNetworkRuntime { namespace 328 …OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType… 340 …OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType…
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | div_builder.cpp | 22 namespace NeuralNetworkRuntime { namespace 54 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseDat… in SetActicationType()
|
H A D | mul_builder.cpp | 23 namespace NeuralNetworkRuntime { namespace 55 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseDat… in SetActivationType()
|
H A D | sub_builder.cpp | 21 namespace NeuralNetworkRuntime { namespace 51 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseDat… in SetActivationType()
|
H A D | pooling_builder.cpp | 23 namespace NeuralNetworkRuntime { namespace 158 if (!OHOS::NeuralNetworkRuntime::Validation::ValidatePadMode(*pPadMode)) { in SetPadModeOrPaddings() 237 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*pFuseDa… in SetActivation()
|
H A D | scale_builder.cpp | 23 namespace NeuralNetworkRuntime { namespace 78 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*fuseDat… in SetActivationType()
|
H A D | depthwise_conv2d_native_builder.cpp | 23 namespace NeuralNetworkRuntime { namespace 78 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*pFuseDa… in SetActivation() 166 if (!OHOS::NeuralNetworkRuntime::Validation::ValidatePadMode(*pPad)) { in SetPadModeOrPaddings()
|
H A D | conv2d_builder.cpp | 23 namespace NeuralNetworkRuntime { namespace 154 if (!OHOS::NeuralNetworkRuntime::Validation::ValidatePadMode(*pPad)) { in SetPad() 217 …if (!OHOS::NeuralNetworkRuntime::Validation::ValidateFuseType(static_cast<OH_NN_FuseType>(*pFuseDa… in SetActavitation()
|