Home
last modified time | relevance | path

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

12345678910>>...15

/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-ability.md13 |Model changed|Class name: Ability<br>Model: @stagemodelonly|Class name: Ability<br>Model: @StageMo…
70 |Model changed|Class name: common<br>Model: @stagemodelonly|Class name: common<br>Model: @StageMode…
71 |Model changed|Class name: AreaMode<br>Model: @stagemodelonly|Class name: AreaMode<br>Model: @Stage…
93 |Model changed|Class name: Caller<br>Model: @stagemodelonly|Class name: Caller<br>Model: @StageMode…
101 |Model changed|Class name: Callee<br>Model: @stagemodelonly|Class name: Callee<br>Model: @StageMode…
130 |Model changed|Class name: AbilityContext<br>Model: @stagemodelonly|Class name: AbilityContext<br>M…
182 |Model changed|Class name: Context<br>Model: @stagemodelonly|Class name: Context<br>Model: @StageMo…
198 |Model changed|Class name: AreaMode<br>Model: @stagemodelonly|Class name: AreaMode<br>Model: @Stage…
199 |Model changed|Method or attribute name: EL1<br>Model: @stagemodelonly|Method or attribute name: EL…
201 |Model changed|Class name: EventHub<br>Model: @stagemodelonly|Class name: EventHub<br>Model: @Stage…
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_model_v10.md1 # Model chapter
8 该结构体中存储了模型推理时所有的信息,每一个Model的第0个子图都是主子图,一般情况下一个Model仅有一个subGraph(其他情况目前暂不支持)。
36 struct Tensor [] Model::allTensors
46 unsigned int [] Model::inputIndex
56 String Model::name
66 struct Node [] Model::nodes
76 unsigned int [] Model::outputIndex
86 struct SubGraph [] Model::subGraph
H A D_model_v20.md1 # Model chapter
8 该结构体中存储了模型推理时所有的信息,每一个Model的第0个子图都是主子图,一般情况下一个Model仅有一个subGraph(其他情况目前暂不支持)。
36 struct Tensor [] Model::allTensors
46 unsigned int [] Model::inputIndex
56 String Model::name
66 struct Node [] Model::nodes
76 unsigned int [] Model::outputIndex
86 struct SubGraph [] Model::subGraph
H A D_sub_graph_v10.md21 | unsigned int[] [inputIndices](#inputindices) | 子图的输入子图在[Model](_model_v10.md)的subGraph数组中的下标。 |
22 | unsigned int[] [outputIndices](#outputindices) | 子图的输出子图在[Model](_model_v10.md)的subGraph数组中的下标。 …
23 | unsigned int[] [nodeIndices](#nodeindices) | 子图包含的算子节点在[Model](_model_v10.md)的nodes数组中的下标。 |
36 子图的输入子图在[Model](_model_v10.md)的subGraph数组中的下标。
56 子图包含的算子节点在[Model](_model_v10.md)的nodes数组中的下标。
66 子图的输出子图在[Model](_model_v10.md)的subGraph数组中的下标。
H A D_sub_graph_v20.md21 | unsigned int[] [inputIndices](#inputindices) | 子图的输入子图在[Model](_model_v20.md)的subGraph数组中的下标。 |
22 | unsigned int[] [outputIndices](#outputindices) | 子图的输出子图在[Model](_model_v20.md)的subGraph数组中的下标。 …
23 | unsigned int[] [nodeIndices](#nodeindices) | 子图包含的算子节点在[Model](_model_v20.md)的nodes数组中的下标。 |
36 子图的输入子图在[Model](_model_v20.md)的subGraph数组中的下标。
56 子图包含的算子节点在[Model](_model_v20.md)的nodes数组中的下标。
66 子图的输出子图在[Model](_model_v20.md)的subGraph数组中的下标。
H A Dinterface_i_nnrt_device_v10.md26 | [GetSupportedOperation](#getsupportedoperation) ([in] struct [Model](_model_v10.md) model, [out] …
31 | [PrepareModel](#preparemodel) ([in] struct [Model](_model_v10.md) model, [in] struct [ModelConfig…
141 INnrtDevice::GetSupportedOperation ([in] struct Model model, [out] boolean[] ops )
153 | model | AI模型,模型结构由Model定义,详细定义请查看[Model](_model_v10.md)。 |
314 INnrtDevice::PrepareModel ([in] struct Model model, [in] struct ModelConfig config, [out] IPrepared…
328 | model | 需要编译的模型,Model定义请查看[Model](_model_v10.md)。 |
H A D_model_types_8idl_v20.md8 在**PrepareModel**阶段,需要解析Model并将其转换为用于推理的模型结构,在**Run**阶段则会执行模型推理。大致流程如下:
12 2. 遍历[Model](_model_v20.md)的subGraph参数,然后从子图的nodeIndecies中获得该子图包含的算子节点以及算子的输入输出张量和整个[Model](_model_…
37 | struct&nbsp;&nbsp;[Model](_model_v20.md) | 模型结构体。 |
H A D_model_types_8idlv.md8 在**PrepareModel**阶段,需要解析Model并将其转换为用于推理的模型结构,在**Run**阶段则会执行模型推理。大致流程如下:
12 2. 遍历[Model](_model_v10.md)的subGraph参数,然后从子图的nodeIndecies中获得该子图包含的算子节点以及算子的输入输出张量和整个[Model](_model_…
37 | struct&nbsp;&nbsp;[Model](_model_v10.md) | 模型结构体。 |
/ohos5.0/docs/en/application-dev/application-models/
H A DReadme-EN.md5 - Stage Model Development
7 - Stage Model Application Components
64 - [Process Model (Stage Model)](process-model-stage.md)
65 - [Thread Model (Stage Model)](thread-model-stage.md)
74 - FA Model Development
76 - FA Model Application Components
109 - [Process Model (Stage Model)](process-model-fa.md)
110 - [Thread Model (Stage Model)](thread-model-fa.md)
116 - Development of Component Interaction Between the FA Model and Stage Model
117 - [Component Interaction Between the FA Model and Stage Model](fa-stage-interaction-overview.md)
[all …]
H A Dfa-stage-interaction-overview.md1 # Component Interaction Between the FA Model and Stage Model
20 | [Starting a UIAbility from the FA Model](start-uiability-from-fa.md)| Set **bundleName** and **ab…
21 | [Connecting to a ServiceExtensionAbility from the FA Model](bind-serviceextensionability-from-fa.…
22 | [Accessing a DataShareExtensionAbility from the FA Model](access-datashareextensionability-from-f…
23 | [Starting a PageAbility from the Stage Model](start-pageability-from-stage.md)| Set **bundleName*…
24 | [Connecting to a ServiceAbility from the Stage Model](bind-serviceability-from-stage.md)| Set **b…
25 | Accessing a DataAbility from the Stage Model| This type of access is not supported.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md32 | callback | Callback<[Model](#model)> | 是 | 回调函数。返回模型对象。 |
57 | callback | Callback<[Model](#model)> | 是 | 回调函数。返回模型对象。 |
89 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
113 | callback | Callback<[Model](#model)> | 是 | 回调函数。返回模型对象。 |
191 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
291 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
325 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
357 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
392 | Promise<[Model](#model)> | Promise对象。返回Model对象。 |
699 ## Model section
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp74 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer);
88 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
118 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
137 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
153 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
178 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
199 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
218 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
240 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
259 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-application.md3Model changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelpe…
4Model changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelpe…
5Model changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelpe…
6Model changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelpe…
7Model changed|Class name: settings<br>Method or attribute name: function getValueSync(dataAbilityH…
8Model changed|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityH…
H A Djs-apidiff-distributed-data.md118 |Model changed|Class name: dataSharePredicates<br>Model: N/A|Class name: dataSharePredicates<br>Mod…
119 |Model changed|Class name: DataSharePredicates<br>Model: N/A|Class name: DataSharePredicates<br>Mod…
150 |Model changed|Class name: DataType<br>Model: N/A|Class name: DataType<br>Model: @StageModelOnly|@o…
151Model changed|Class name: DataType<br>Method or attribute name: TYPE_NULL = 0<br>Model: N/A|Class …
152Model changed|Class name: DataType<br>Method or attribute name: TYPE_LONG = 1<br>Model: N/A|Class …
153Model changed|Class name: DataType<br>Method or attribute name: TYPE_DOUBLE = 2<br>Model: N/A|Clas…
154Model changed|Class name: DataType<br>Method or attribute name: TYPE_STRING = 3<br>Model: N/A|Clas…
155Model changed|Class name: DataType<br>Method or attribute name: TYPE_BLOB = 4<br>Model: N/A|Class …
156 |Model changed|Class name: DataShareResultSet<br>Model: N/A|Class name: DataShareResultSet<br>Model
159Model changed|Class name: DataShareResultSet<br>Method or attribute name: rowCount: number;<br>Mod…
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.cpp152 std::shared_ptr<Model> loadedModle = Model::Create(this); in LoadModel()
270 if (it->second->GetState() != Model::ModelState::ACTIVE) { in ProcessRecognitionHdiEvent()
275 it->second->SetState(Model::ModelState::LOADED); in ProcessRecognitionHdiEvent()
280 std::shared_ptr<TriggerConnector::TriggerSession::Model> TriggerConnector::TriggerSession::Model::C… in Create()
283 return std::shared_ptr<Model>(new (std::nothrow) Model(session)); in Create()
330 int32_t TriggerConnector::TriggerSession::Model::Start() in Start()
352 int32_t TriggerConnector::TriggerSession::Model::Stop() in Stop()
370 int32_t TriggerConnector::TriggerSession::Model::Unload() in Unload()
389 void TriggerConnector::TriggerSession::Model::TriggerManagerCallbackTest() in TriggerManagerCallbackTest()
396 TriggerConnector::TriggerSession::Model::OnRecognitionHdiEvent(recognitionEvent, 0); in TriggerManagerCallbackTest()
[all …]
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-state.md79 class Model {
93 @State title: Model = new Model('Hello', new Person('World'));
117 声明Model类。
120 class Model {
132 @State title: Model[] = [new Model(11), new Model(1)];
275 class Model {
298 @State title: Model = new Model('Hello World');
587 model: Model
640 model: Model = new Model(() => {
1102 class Model {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-common.md20 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
21 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
22 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
23 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
24 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
25 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
27 …xtensionContext | No | No | Level-2 module **VpnExtensionContext**.<br>**Model restriction**: Thi…
28 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
30 …API**: This API can be used in atomic services since API version 11.<br>**Model restriction**: Thi…
32 …ty-connectOptions.md) | No | No | Level-2 module **ConnectOptions**.<br>**Model restriction**: Thi…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-ai.md3 …dModelFromFile(<br> model: string,<br> context?: Context): Promise\<Model>;|@ohos.ai.mindSpo…
4 …r属性:function loadModelFromFile(<br> model: string, callback: Callback\<Model>): void;|@ohos.ai.…
5 …mFile(<br> model: string,<br> context: Context, callback: Callback\<Model>): void;|@ohos.ai.…
6 …romBuffer(<br> model: ArrayBuffer,<br> context?: Context): Promise\<Model>;|@ohos.ai.mindSpo…
7 …ction loadModelFromBuffer(<br> model: ArrayBuffer, callback: Callback\<Model>): void;|@ohos.ai.…
9 …oadModelFromFd(<br> model: number,<br> context?: Context): Promise\<Model>;|@ohos.ai.mindSpo…
10 …法or属性:function loadModelFromFd(<br> model: number, callback: Callback\<Model>): void;|@ohos.ai.…
12 |新增|NA|类名:Model;<br>方法or属性:getInputs(): MSTensor[];|@ohos.ai.mindSporeLite.d.ts|
13 |新增|NA|类名:Model;<br>方法or属性:predict(inputs: MSTensor[], callback: Callback\<MSTensor[]>): void;|@oho…
14 |新增|NA|类名:Model;<br>方法or属性:predict(inputs: MSTensor[]): Promise\<MSTensor[]>;|@ohos.ai.mindSporeLit…
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp992 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer);
1006 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1036 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1055 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1071 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1096 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1117 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1136 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1158 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1177 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp931 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer);
945 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
975 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
994 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1010 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1035 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1056 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1075 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1097 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
1116 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md32 | callback | Callback<[Model](#model)> | Yes | Callback used to return the result, which is a **Mo…
57 | callback | Callback<[Model](#model)> | Yes | Callback used to return the result, which is a **Mo…
89 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
113 | callback | Callback<[Model](#model)> | Yes | Callback used to return the result, which is a **Mo…
144 | callback | Callback<[Model](#model)> | Yes | Callback used to return the result, which is a **Mo…
191 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
291 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
325 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
357 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
392 | Promise<[Model](#model)> | Promise used to return the result, which is a **Model** object.|
[all …]
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-ability.md593 |Model changed|Class name: ability<br>Model: @StageModelOnly|Class name: ability<br>Model: @FAModel…
594 |Model changed|Class name: AbilityContext<br>Model: @StageModelOnly|Class name: AbilityContext<br>M…
627 |Model changed|Class name: Context<br>Model: @StageModelOnly|Class name: Context<br>Model: @stagemo…
634 |Model changed|Method or attribute name: area<br>Model: @StageModelOnly|Method or attribute name: a…
639 |Model changed|Class name: AreaMode<br>Model: @StageModelOnly|Class name: AreaMode<br>Model: @stage…
640 |Model changed|Method or attribute name: EL1<br>Model: @StageModelOnly|Method or attribute name: EL…
641 |Model changed|Method or attribute name: EL2<br>Model: @StageModelOnly|Method or attribute name: EL…
642 |Model changed|Class name: EventHub<br>Model: @StageModelOnly|Class name: EventHub<br>Model: @stage…
643 |Model changed|Method or attribute name: on<br>Model: @StageModelOnly|Method or attribute name: on<…
644 |Model changed|Method or attribute name: off<br>Model: @StageModelOnly|Method or attribute name: of…
[all …]
H A Djs-apidiff-customization.md18 |Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdmin…
19 |Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdmin…
20 |Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdmin…
21 |Model changed|Method or attribute name: getEnterpriseInfo<br>model:|Method or attribute name: getE…
22 |Model changed|Method or attribute name: getEnterpriseInfo<br>model:|Method or attribute name: getE…
23 |Model changed|Method or attribute name: isSuperAdmin<br>model:|Method or attribute name: isSuperAd…
24 |Model changed|Method or attribute name: isSuperAdmin<br>model:|Method or attribute name: isSuperAd…
25 |Model changed|Method or attribute name: setDateTime<br>model:|Method or attribute name: setDateTim…
26 |Model changed|Method or attribute name: setDateTime<br>model:|Method or attribute name: setDateTim…
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/
H A Dmindspore-lite-train-guidelines.md158 // Model Train Step
174 // Export Train Model
184 // Export Inference Model
251 Export Train Model Success.
252 Export Inference Model Success.
336 // Model Predict
445 // Model Train Step
455 // Export Train Model
463 printf("Export Train Model Success.\n");
465 // Export Inference Model
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h44 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
54 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared…
67 int32_t ValidateModel(const Model& model) const;
68 std::shared_ptr<mindspore::schema::MetaGraphT> TransModelToGraph(const Model& model) const;
75 std::shared_ptr<mindspore::Model> m_model {nullptr};

12345678910>>...15