Home
last modified time | relevance | path

Searched refs:opLayout (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h53 std::map<std::string, std::string> opLayout; member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp461 extensionConfig.opLayout.insert({ops, "hiai::ExecuteDevice::CPU"}); in CheckExtensionConfigs()
652 extensionConfig.opLayout.insert({ops, "hiai::ExecuteDevice::CPU"}); in OH_NNModel_BuildFromMetaGraph()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp274 std::string opLayout; variable
286 opLayout.assign(extensions[i].value, extensions[i].value + extensions[i].valueSize);
287 extensionConfig.opLayout.insert({opLayout, "hiai::ExecuteDevice::CPU"});
288 LOGI("OH_NNModel_BuildFromLiteGraph opLayout:%{public}s.", opLayout.c_str());
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp217 std::string opLayout; variable
229 opLayout.assign(extensions[i].value, extensions[i].value + extensions[i].valueSize);
230 extensionConfig.opLayout.insert({opLayout, "hiai::ExecuteDevice::CPU"});
231 LOGI("OH_NNModel_BuildFromLiteGraph opLayout:%{public}s.", opLayout.c_str());
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/
H A D_mind_spore.md1017 …r"},{"ModelName": "YourModelName"},{"isProfiling": "YourisProfiling"},{"opLayout": "YouropLayout"}…
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/
H A D_mind_spore.md1017 …, {"ModelName": "YourModelName"}, {"isProfiling": "YourisProfiling"}, {"opLayout": "YouropLayout"}…