Home
last modified time | relevance | path

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

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

/third_party/glslang/SPIRV/
H A Ddoc.cpp91 const char* ExecutionModelString(int model) in ExecutionModelString() argument
/third_party/backends/backend/
H A Ddc25.h110 unsigned char model; member
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...]
/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...]

Completed in 51 milliseconds

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