Home
last modified time | relevance | path

Searched defs:model (Results 376 - 400 of 557) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/backends/backend/
H A Ddc210.h90 unsigned char model; member
108 unsigned char model; member
H A Dhp5590_cmds.h122 const char *model; member
134 const char *model; member
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h119 uint32_t model; member
/third_party/json/tests/src/
H A Dunit-regression1.cpp1384 auto model = R"({ variable
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h123 uint32_t model; member
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile
/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp147 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in HWTEST() local
172 OH_AI_ModelHandle model = OH_AI_ModelCreate(); in HWTEST() local
195 OH_AI_ModelHandle model in HWTEST() local
218 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
273 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
290 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
334 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
357 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
410 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
517 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
549 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
592 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
646 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
717 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
766 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
803 OH_AI_ModelHandle model = OH_AI_ModelCreate(); HWTEST() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c345 char* model; in read_models() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp452 string CompilerReflection::execution_model_to_str(spv::ExecutionModel model) in execution_model_to_str() argument
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp288 const uint32_t model = inst.GetSingleWordInOperand(0); in MergeModules() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp288 const uint32_t model = inst.GetSingleWordInOperand(0); in MergeModules() local
/third_party/spirv-tools/source/link/
H A Dlinker.cpp324 const uint32_t model = inst.GetSingleWordInOperand(0); in MergeModules() local
/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp327 std::string model = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetScannerInfo() local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_client_service_test.cpp453 const char *model = "model"; in HWTEST_F() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
H A Dai_infer_process.c233 int CnnCreate(SAMPLE_SVP_NNIE_CFG_S **model, const char* modelFile) in CnnCreate() argument
804 int Yolo2Create(SAMPLE_SVP_NNIE_CFG_S **model, cons argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_1.cpp181 OH_NN_ReturnCode HDIDeviceV2_1::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() argument
279 PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const ModelConfig& config, std::shared_ptr<PreparedModel>& preparedModel) PrepareModel() argument
620 PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const ModelConfig& config, std::shared_ptr<PreparedModel>& preparedModel) PrepareOfflineModel() argument
[all...]
H A Dhdi_device_v2_0.cpp186 OH_NN_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() argument
284 PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const ModelConfig& config, std::shared_ptr<PreparedModel>& preparedModel) PrepareModel() argument
625 PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const ModelConfig& config, std::shared_ptr<PreparedModel>& preparedModel) PrepareOfflineModel() argument
[all...]
H A Dnncompiler.cpp126 NNCompiler::NNCompiler(const void* model, std::shared_ptr<Device> device, size_t backendID) in NNCompiler() argument
[all...]
H A Dneural_network_runtime.cpp154 OH_NN_ReturnCode OH_NNModel_AddTensorToModel(OH_NNModel* model, const NN_TensorDesc* tensorDesc) in OH_NNModel_AddTensorToModel() argument
175 OH_NN_ReturnCode OH_NNModel_SetTensorQuantParams(OH_NNModel* model, uint32_t index, NN_QuantParam* quantParam) in OH_NNModel_SetTensorQuantParams() argument
196 OH_NN_ReturnCode OH_NNModel_SetTensorType(OH_NNModel* model, uint32_ argument
229 OH_NNModel_AddOperation(OH_NNModel *model, OH_NN_OperationType op, const OH_NN_UInt32Array *paramIndices, const OH_NN_UInt32Array *inputIndices, const OH_NN_UInt32Array *outputIndices) OH_NNModel_AddOperation() argument
259 OH_NNModel_SetTensorData(OH_NNModel *model, uint32_t index, const void *dataBuffer, size_t length) OH_NNModel_SetTensorData() argument
283 OH_NNModel_SpecifyInputsAndOutputs(OH_NNModel *model, const OH_NN_UInt32Array *inputIndices, const OH_NN_UInt32Array *outputIndices) OH_NNModel_SpecifyInputsAndOutputs() argument
306 OH_NNModel_Finish(OH_NNModel *model) OH_NNModel_Finish() argument
492 OH_NNModel_BuildFromLiteGraph(OH_NNModel *model, const void *liteGraph, const OH_NN_Extension *extensions, size_t extensionSize) OH_NNModel_BuildFromLiteGraph() argument
612 OH_NNModel_BuildFromMetaGraph(OH_NNModel *model, const void *metaGraph, const OH_NN_Extension *extensions, size_t extensionSize) OH_NNModel_BuildFromMetaGraph() argument
648 OH_NNModel_SetInputsAndOutputsInfo(OH_NNModel *model, const OH_NN_TensorInfo *inputsInfo, size_t inputSize, const OH_NN_TensorInfo *outputsInfo, size_t outputSize) OH_NNModel_SetInputsAndOutputsInfo() argument
670 OH_NNModel_Destroy(OH_NNModel **model) OH_NNModel_Destroy() argument
687 OH_NNModel_GetAvailableOperations(OH_NNModel *model, size_t deviceID, const bool **isAvailable, uint32_t *opCount) OH_NNModel_GetAvailableOperations() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp104 void MindIR_Model_Destroy(OHOS::HDI::Nnrt::V2_0::Model** model) in MindIR_Model_Destroy() argument
126 void BuildLiteGraph(std::shared_ptr<mindspore::lite::LiteGraph>& model) in BuildLiteGraph() argument
185 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); PrepareModel() local
211 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); PrepareModelv2() local
608 std::shared_ptr<mindspore::lite::LiteGraph> model = HWTEST_F() local
643 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
670 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; HWTEST_F() local
684 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
924 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; HWTEST_F() local
1542 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
1564 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
1591 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
1982 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
2015 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
2042 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; HWTEST_F() local
2056 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
2296 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; HWTEST_F() local
2914 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
2936 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
2963 std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp349 auto model = triggerMgr->GetModel(uuid); in CreateAndStartServiceObject() local
589 auto model = std::make_shared<GenericTriggerModel>(PROXIMAL_WAKEUP_MODEL_UUID, in ProcBreathModel() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp69 void TriggerModelData::SetModel(std::shared_ptr<GenericTriggerModel> model) in SetModel() argument
84 bool TriggerModelData::SameModel(std::shared_ptr<GenericTriggerModel> model) in SameModel() argument
151 int32_t TriggerHelper::StartGenericRecognition(int32_t uuid, std::shared_ptr<GenericTriggerModel> model, in StartGenericRecognition() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp27 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareModel() argument
82 OH_NN_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() argument
105 OH_NN_ReturnCode NeuralNetworkRuntimeTest::BuildModel(InnerModel& model) in BuildModel() argument
265 OH_NNModel* model = nullptr; HWTEST_F() local
281 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
295 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
311 OH_NNModel* model = nullptr; HWTEST_F() local
334 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
361 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
388 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
415 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
438 OH_NNModel* model = nullptr; HWTEST_F() local
457 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
474 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
492 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
511 OH_NNModel* model = nullptr; HWTEST_F() local
528 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
545 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
562 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
579 OH_NNModel* model = nullptr; HWTEST_F() local
606 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
646 OH_NNModel* model = nullptr; HWTEST_F() local
661 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(innerModel); HWTEST_F() local
674 OH_NNModel* model = nullptr; HWTEST_F() local
696 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
716 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
739 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
761 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
784 const OH_NNModel* model = nullptr; HWTEST_F() local
797 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
811 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
839 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
872 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
890 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
924 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
958 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
992 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1025 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1067 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1098 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1114 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1146 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1167 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1189 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1212 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1251 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1271 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1292 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1312 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1334 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1355 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1378 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1398 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1430 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1465 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1486 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1507 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1543 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1564 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1585 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1627 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1647 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1668 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1691 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1731 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1751 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1772 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1795 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1838 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1863 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1885 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1928 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1948 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp28 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareModel() argument
83 OH_NN_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation() argument
106 OH_NN_ReturnCode NeuralNetworkRuntimeTest::BuildModel(InnerModel& model) in BuildModel() argument
318 OH_NNModel* model = nullptr; HWTEST_F() local
334 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
348 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
364 OH_NNModel* model = nullptr; HWTEST_F() local
387 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
414 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
441 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
468 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
491 OH_NNModel* model = nullptr; HWTEST_F() local
510 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
527 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
545 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
564 OH_NNModel* model = nullptr; HWTEST_F() local
581 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
598 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
615 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
632 OH_NNModel* model = nullptr; HWTEST_F() local
659 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
699 OH_NNModel* model = nullptr; HWTEST_F() local
714 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(innerModel); HWTEST_F() local
727 OH_NNModel* model = nullptr; HWTEST_F() local
749 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
769 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
792 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
814 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
837 const OH_NNModel* model = nullptr; HWTEST_F() local
850 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
864 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
892 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
925 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
943 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
977 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1011 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1045 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1078 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1120 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1151 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1167 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1199 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1220 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1242 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1265 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1429 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1449 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1470 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1589 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1610 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1633 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1653 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1685 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1746 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1767 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1788 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1926 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1947 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
1968 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); HWTEST_F() local
2961 OH_NNModel* model = OH_NNModel_Construct(); HWTEST_F() local
2974 OH_NNModel* model = OH_NNModel_Construct(); HWTEST_F() local
3003 OH_NNModel* model = OH_NNModel_Construct(); HWTEST_F() local
3017 OH_NNModel* model = OH_NNModel_Construct(); HWTEST_F() local
3046 OH_NNModel* model = OH_NNModel_Construct(); HWTEST_F() local
[all...]

Completed in 34 milliseconds

1...<<11121314151617181920>>...23