Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/window_scene/
Dwindow_scene_test.cpp66 auto model = ScreenModel(); variable
84 auto model = RootSceneModel(); variable
106 auto model = WindowSceneModel(); variable
124 auto model = WindowSceneModel(); variable
152 auto model = WindowSceneModel(); variable
184 auto model = WindowSceneModel(); variable
235 auto model = WindowSceneModel(); variable
253 auto model = WindowSceneModel(); variable
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
Dtrigger_service.cpp43 void TriggerService::UpdateGenericTriggerModel(std::shared_ptr<GenericTriggerModel> model) in UpdateGenericTriggerModel()
80 auto model = dbHelper_->GetGenericTriggerModel(uuid); in GetGenericTriggerModel() local
97 auto model = GetGenericTriggerModel(uuid); in StartRecognition() local
Dtrigger_helper.cpp49 void TriggerModelData::SetModel(std::shared_ptr<GenericTriggerModel> model) in SetModel()
64 bool TriggerModelData::SameModel(std::shared_ptr<GenericTriggerModel> model) in SameModel()
115 …_t TriggerHelper::StartGenericRecognition(int32_t uuid, std::shared_ptr<GenericTriggerModel> model, in StartGenericRecognition()
Dtrigger_db_helper.cpp68 bool TriggerDbHelper::UpdateGenericTriggerModel(std::shared_ptr<GenericTriggerModel> model) in UpdateGenericTriggerModel()
184 …std::shared_ptr<GenericTriggerModel> model = std::make_shared<GenericTriggerModel>(modelUuid, mode… in GetGenericTriggerModel() local
/foundation/ai/neural_network_runtime/test/unittest/inner_kits/
Dneural_network_runtime_inner_test.cpp47 OH_NNModel* model = nullptr; variable
65 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(innerModel); variable
82 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(innerModel); variable
117 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(innerModel); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/linear_split/
Dlinear_split_pattern_test_ng.cpp84 LinearSplitModelNG model; variable
114 LinearSplitModelNG model; variable
174 LinearSplitModelNG model; variable
207 LinearSplitModelNG model; variable
239 LinearSplitModelNG model; variable
279 LinearSplitModelNG model; variable
318 LinearSplitModelNG model; variable
370 LinearSplitModelNG model; variable
564 LinearSplitModelNG model; variable
747 LinearSplitModelNG model; variable
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/
Dneural_network_runtime.cpp42 NNRT_API OH_NN_ReturnCode OH_NNModel_AddTensor(OH_NNModel *model, const OH_NN_Tensor *tensor) in OH_NNModel_AddTensor()
58 NNRT_API OH_NN_ReturnCode OH_NNModel_AddOperation(OH_NNModel *model, in OH_NNModel_AddOperation()
88 NNRT_API OH_NN_ReturnCode OH_NNModel_SetTensorData(OH_NNModel *model, in OH_NNModel_SetTensorData()
112 NNRT_API OH_NN_ReturnCode OH_NNModel_SpecifyInputsAndOutputs(OH_NNModel *model, in OH_NNModel_SpecifyInputsAndOutputs()
135 NNRT_API OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) in OH_NNModel_Finish()
146 NNRT_API OH_NN_ReturnCode OH_NNModel_BuildFromLiteGraph(OH_NNModel *model, const void *liteGraph) in OH_NNModel_BuildFromLiteGraph()
167 NNRT_API OH_NN_ReturnCode OH_NNModel_BuildFromMetaGraph(OH_NNModel *model, const void *metaGraph, in OH_NNModel_BuildFromMetaGraph()
196 NNRT_API OH_NN_ReturnCode OH_NNModel_SetInputsAndOutputsInfo(OH_NNModel *model, const OH_NN_TensorI… in OH_NNModel_SetInputsAndOutputsInfo()
218 NNRT_API void OH_NNModel_Destroy(OH_NNModel **model) in OH_NNModel_Destroy()
235 NNRT_API OH_NN_ReturnCode OH_NNModel_GetAvailableOperations(OH_NNModel *model, in OH_NNModel_GetAvailableOperations()
[all …]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp28 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
130 …_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
153 OH_NN_ReturnCode NeuralNetworkRuntimeTest::BuildModel(InnerModel& model) in BuildModel()
306 OH_NNModel* model = nullptr; variable
322 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
336 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
352 OH_NNModel* model = nullptr; variable
375 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
402 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
429 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
[all …]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp28 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
130 …_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
153 OH_NN_ReturnCode NeuralNetworkRuntimeTest::BuildModel(InnerModel& model) in BuildModel()
306 OH_NNModel* model = nullptr; variable
322 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
336 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
352 OH_NNModel* model = nullptr; variable
375 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
402 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
429 OH_NNModel* model = reinterpret_cast<OH_NNModel*>(&innerModel); variable
[all …]
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
Dtrigger_connector_internal_validation.cpp84 std::shared_ptr<GenericTriggerModel> model) in ValidateGenericModel()
114 std::shared_ptr<GenericTriggerModel> model, int32_t &modelHandle) in LoadModel()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_interface.cpp104 ErrCode ApInterface::GetPowerModel(PowerModel& model) in GetPowerModel()
109 ErrCode ApInterface::SetPowerModel(const PowerModel& model) in SetPowerModel()
Dap_service.cpp250 ErrCode ApService::GetPowerModel(PowerModel& model) in GetPowerModel()
258 ErrCode ApService::SetPowerModel(const PowerModel& model) in SetPowerModel()
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
Dinner_model_mock_device.cpp60 …_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
Dcompilation_mock_idevice.cpp69 …_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
165 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
Dinner_model_mock_device.cpp60 …_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
Dcompilation_mock_idevice.cpp69 …_ReturnCode HDIDeviceV1_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
165 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
/foundation/ai/neural_network_runtime/test/fuzztest/
Dnnrt_device_impl.h54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
84 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared… in PrepareModel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigation/
Dnavigation_test_ng.cpp1366 NavigationModelNG model; variable
1413 NavigationModelNG model; variable
1445 NavigationModelNG model; variable
1472 NavigationModelNG model; variable
1571 NavigationModelNG model; variable
2120 NavigationModelNG model; variable
2158 NavigationModelNG model; variable
2213 NavigationModelNG model; variable
2283 NavigationModelNG model; variable
2325 NavigationModelNG model; variable
[all …]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_service_test.cpp275 PowerModel model = PowerModel::SLEEPING; variable
284 PowerModel model = PowerModel::SLEEPING; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/theme/
Dmock_theme_utils.cpp27 uint32_t styleId, const ResValueWrapper& model, const std::string& value) in ParseStyleValue()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
Ddevice_registrar_test.cpp112 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation()
139 …OH_NN_ReturnCode PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const Model… in PrepareModel()
149 OH_NN_ReturnCode PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareOfflineModel()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
Ddevice_registrar_test.cpp112 OH_NN_ReturnCode GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, in GetSupportedOperation()
139 …OH_NN_ReturnCode PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, const Model… in PrepareModel()
149 OH_NN_ReturnCode PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareOfflineModel()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
Di_wifi_iface_test.cpp134 const int model = 1; variable
141 int model = 1; variable
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
Dhdi_device_test.cpp42 void MindIR_Model_Destroy(OHOS::HDI::Nnrt::V2_0::Model** model) in MindIR_Model_Destroy()
64 void BuildLiteGraph(std::shared_ptr<mindspore::lite::LiteGraph>& model) in BuildLiteGraph()
125 …std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); in PrepareModel() local
326 …std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); variable
359 …std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); variable
386 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; variable
400 …std::shared_ptr<mindspore::lite::LiteGraph> model = std::make_shared<mindspore::lite::LiteGraph>(); variable
640 std::shared_ptr<const mindspore::lite::LiteGraph> model = nullptr; variable
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
Dtrigger_unit_test.cpp61 auto model = std::make_shared<GenericTriggerModel>(uuid, 100); variable

123