Home
last modified time | relevance | path

Searched refs:Model (Results 1 – 25 of 28) sorted by relevance

12

/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/State/
DStorageLink1.ets18 class Model{
50 @StorageLink('Prop5') son5: Model = new Model('Title:Hello World')
55 @StorageLink('Prop10') son10: Array<Model> = [new Model('hello world'), new Model('hello music')]
63 @State class: Model|undefined = new Model('Title:Hello World')
68 @State classArray: Array<Model>|undefined = [new Model('hello world'), new Model('hello music')]
107 this.son5 = new Model('Title:Hello C')
108 this.class = AppStorage.get<Model>('Prop5');
142 this.son10 = [new Model('hello world'), new Model('hello C')]
143 this.classArray = AppStorage.get<Array<Model>>('Prop10')
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
Dhdi_device_test.cpp288 V2_0::Model *iModel = nullptr;
319 V2_0::Model *iModel = nullptr;
350 V2_0::Model *iModel = nullptr;
381 V2_0::Model *iModel = nullptr;
412 V2_0::Model *iModel = nullptr;
443 V2_0::Model *iModel = nullptr;
474 V2_0::Model *iModel = nullptr;
505 V2_0::Model *iModel = nullptr;
536 V2_0::Model *iModel = nullptr;
567 V2_0::Model *iModel = nullptr;
[all …]
Dhdi_model_prepare_test.cpp393 V2_0::Model *iModel = nullptr;
457 V2_0::Model *iModel = nullptr;
521 V2_0::Model *iModel = nullptr;
585 V2_0::Model *iModel = nullptr;
649 V2_0::Model *iModel = nullptr;
713 V2_0::Model *iModel = nullptr;
777 V2_0::Model *iModel = nullptr;
841 V2_0::Model *iModel = nullptr;
905 V2_0::Model *iModel = nullptr;
969 V2_0::Model *iModel = nullptr;
[all …]
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
Dhdi_model_prepare_test.cpp57 V1_0::Model *iModel = nullptr;
119 V1_0::Model *iModel = nullptr;
163 V1_0::Model *iModel = nullptr;
199 V1_0::Model *iModel = nullptr;
226 V1_0::Model *iModel = nullptr;
254 V1_0::Model *iModel = nullptr;
282 V1_0::Model *iModel = nullptr;
309 V1_0::Model *iModel = nullptr;
338 V1_0::Model *iModel = nullptr;
366 V1_0::Model *iModel = nullptr;
[all …]
Dhdi_device_test.cpp170 V1_0::Model *iModel = nullptr;
197 V1_0::Model *iModel = nullptr;
229 V1_0::Model *iModel = nullptr;
Dhdi_model_run_test.cpp49 V1_0::Model *iModel = nullptr; in AddModelTest()
161 V1_0::Model *iModel = nullptr;
200 V1_0::Model *iModel = nullptr;
364 V1_0::Model *iModel = nullptr;
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api11/entry/src/main/ets/MainAbility/pages/State/
DStorageLink1.ets28 class Model implements ModelLink1 {
56 @StorageLink('Prop5') son5: Model = {value:'Title:Hello World'} as ModelLink1
61 …@StorageLink('Prop10') son10: Array<Model> = [{value:'hello world'} as ModelLink1, {value:'hello m…
69 @State class?: Model = { value: 'Title:Hello World' } as ModelLink1
74 …@State classArray?: Array<Model> = [{value:'hello world'} as ModelLink1, {value:'hello music'} as …
113 this.son5 = new Model('Title:Hello C')
114 this.class = AppStorage.get<Model>('Prop5');
149 this.classArray = AppStorage.get<Array<Model>>('Prop10')
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_model_prepare_test.cpp57 V2_0::Model *iModel = nullptr;
121 V2_0::Model *iModel = nullptr;
167 V2_0::Model *iModel = nullptr;
206 V2_0::Model *iModel = nullptr;
233 V2_0::Model *iModel = nullptr;
261 V2_0::Model *iModel = nullptr;
289 V2_0::Model *iModel = nullptr;
316 V2_0::Model *iModel = nullptr;
346 V2_0::Model *iModel = nullptr;
374 V2_0::Model *iModel = nullptr;
[all …]
Dhdi_device_test.cpp170 V2_0::Model *iModel = nullptr;
197 V2_0::Model *iModel = nullptr;
229 V2_0::Model *iModel = nullptr;
Dhdi_model_run_test.cpp49 V2_0::Model *iModel = nullptr; in AddModelTest()
160 V2_0::Model *iModel = nullptr;
199 V2_0::Model *iModel = nullptr;
362 V2_0::Model *iModel = nullptr;
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp50 void PrepareModelTest(OHOS::sptr<V1_0::INnrtDevice> device, V1_0::Model *iModel) in PrepareModelTest()
113 std::vector<V1_0::Model *> iModels;
121 V1_0::Model *iModel = nullptr;
165 V1_0::Model *iModel = nullptr;
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp50 void PrepareModelTest(OHOS::sptr<V2_0::INnrtDevice> device, V2_0::Model *iModel) in PrepareModelTest()
113 std::vector<V2_0::Model *> iModels;
122 V2_0::Model *iModel = nullptr;
166 V2_0::Model *iModel = nullptr;
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsDialog/ace_ets_module_commonAttrsDialog_api14/entry/src/main/ets/MainAbility/pages/bindSheetTest/
DbindSheetType.ets27 Text('This is Model Sheet(bindSheet)').fontSize(20).margin(10)
35 Button('Close Model Sheet')
49 Button('Open Model Sheet')
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsDialog/ace_ets_module_commonAttrsDialog_api12/entry/src/main/ets/MainAbility/pages/bindSheet/
DSheetTransition.ets26 Text("This is Model Sheet(bindSheet)").fontSize(20).margin(10)
29 Button("Close Model Sheet")
43 Button("Open Model Sheet")
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
71 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared…
Dmock_idevice.cpp184 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
269 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedMode… in PrepareModel()
/test/xts/acts/ai/nncore/common/
Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
71 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared…
Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
263 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedMode… in PrepareModel()
/test/xts/acts/ai/nncore/opstest/include/
Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
71 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared…
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
71 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared…
Dmock_idevice.cpp202 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
287 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedMode… in PrepareModel()
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
Dhdi_nnrt_test_utils.h48 V2_0::SharedBuffer &tensorBuffer, V2_0::Model **iModel);
Dhdi_nnrt_test_utils.cpp107 … OHOS::HDI::Nnrt::V2_0::SharedBuffer &tensorBuffer, V2_0::Model **iModel) in ConvertModel()
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
Dhdi_nnrt_test_utils.h48 V1_0::SharedBuffer &tensorBuffer, V1_0::Model **iModel);
/test/xts/acts/ai/nncore/opstest/src/
Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
286 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedMode… in PrepareModel()

12