Home
last modified time | relevance | path

Searched defs:model (Results 176 – 200 of 237) sorted by relevance

12345678910

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_0.cpp186 …_ReturnCode HDIDeviceV2_0::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
284 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
625 …NN_ReturnCode HDIDeviceV2_0::PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph>… in PrepareOfflineModel()
H A Dhdi_device_v2_1.cpp181 …_ReturnCode HDIDeviceV2_1::GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph>… in GetSupportedOperation()
279 OH_NN_ReturnCode HDIDeviceV2_1::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel()
620 …NN_ReturnCode HDIDeviceV2_1::PrepareOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph>… in PrepareOfflineModel()
H A Dneural_network_runtime_compat.cpp29 NNRT_API OH_NN_ReturnCode OH_NNModel_AddTensor(OH_NNModel *model, const OH_NN_Tensor *tensor) in OH_NNModel_AddTensor()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_model_enable_operation.py23 def __init__(self, root, vendor, board, model): argument
H A Dhdf_add_handler.py65 def _file_gen_lite(self, template, out_dir, filename, model): argument
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.cpp201 …std::shared_ptr<GenericTriggerModel> model = std::make_shared<GenericTriggerModel>(VOICE_WAKEUP_MO… in ProcDspModel() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp1204 ListModelNG model = CreateList(); variable
1228 ListModelNG model = CreateList(); variable
1424 ListModelNG model = CreateList(); variable
1459 ListModelNG model = CreateList(); variable
/ohos5.0/base/print/print_fwk/frameworks/ohscan/include/
H A Dohscan.h100 const char* model; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp100 ScrollModelNG model; in CreateScroll() local
/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp145 std::string model = OHOS::system::GetParameter("const.build.product", "0"); in HandleSatelliteCallStateUpdate() local
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiidlclient_fuzzer/
H A Dwifiidlclient_fuzzer.cpp171 int model = 1; in OnIWifiHotSpotIfaceTest() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_ext_napi_hotspot.cpp154 int model = -1; in SetPowerModel() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp201 std::unique_ptr<tflite::FlatBufferModel> model; in InferenceModel() local
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp110 PowerModel model; in DisassociateStaFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp51 auto model = ButtonModel::GetInstance(); in FfiOHOSAceFrameworkButtonCreateWithLabel() local
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_adapter_impl.cpp64 int32_t IntellVoiceTriggerAdapterImpl::LoadModel(const IntellVoiceTriggerModel &model, in LoadModel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp303 PowerModel model = static_cast<PowerModel>(static_cast<int>(data[0]) % THREE); in GetPowerModelFuzzTest() local
310 PowerModel model = static_cast<PowerModel>(static_cast<int>(data[0]) % THREE); in SetPowerModelFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp673 ErrCode WifiHotspotServiceImpl::GetPowerModel(PowerModel& model) in GetPowerModel()
693 ErrCode WifiHotspotServiceImpl::SetPowerModel(const PowerModel& model) in SetPowerModel()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_test_ng.cpp903 NavigationModelNG model; variable
1041 NavigationModelNG model; variable
1153 NavigationModelNG model; variable
1708 NavigationModelNG model; variable
1993 NavigationModelNG model; variable
/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h47 char model[CRED_INFO_MODEL_LEN]; member
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py393 def _file_gen_lite(self, template, source_file_path, model): argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp1353 … ProgressModelNG model = CreateProgress(VALUE_OF_PROGRESS, MAX_VALUE_OF_PROGRESS, progressType[i]); variable
1444 …ProgressModelNG model = CreateProgress(VALUE_OF_PROGRESS, MAX_VALUE_OF_PROGRESS, PROGRESS_TYPE_MOO… variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp75 NavRouterModelNG model; variable
121 NavRouterModelNG model; variable
179 NavRouterModelNG model; variable
229 NavRouterModelNG model; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp746 MenuItemModelNG model; variable
769 MenuItemModelNG model; variable
822 MenuItemModelNG model; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp35 auto model = weak.Upgrade(); in ModelPattern() local

12345678910