Lines Matching refs:nnrt
58 …e/nnrt/v2_0` directory. To generate a header file of the C language, run the following command to …
66 out/rk3568/gen/drivers/interface/nnrt
97 1. Go to the root directory of OpenHarmony source code, and create the `nnrt` folder in the `driver…
99 drivers/peripheral/nnrt
122 …ions, see [NNRt HDI Definitions](https://gitee.com/openharmony/drivers_interface/tree/master/nnrt).
126 …Create the `BUILD.gn` file with the following content in the `drivers/peripheral/nnrt/v2_0/hdi_cpu…
185 …Add `group("hdf_nnrt_service")` to the `drivers/peripheral/nnrt/v2_0/BUILD.gn` file so that it can…
198 …Create the `drivers/peripheral/nnrt/bundle.json` file to define the new `drivers_peripheral_nnrt` …
225 "//drivers/peripheral/nnrt/v2_0:nnrt_entry"
240 nnrt :: host {
325 # Create the nnrt folder.
326 mkdir base/security/selinux/sepolicy/ohos_policy/drivers/peripheral/nnrt
329 mkdir base/security/selinux/sepolicy/ohos_policy/drivers/peripheral/nnrt/vendor
332 touch base/security/selinux/sepolicy/ohos_policy/drivers/peripheral/nnrt/vendor/nnrt_host.te
364 dmesg | grep nnrt
393 1. Compile the **hats** test cases of NNRt in the `test/xts/hats/ai/nnrt/hdi` directory.
433 …nnrt` folder in the `drivers/peripheral` directory. Then, copy the `example/driver/nnrt/v2_0` fold…
435 cp -r example/drivers/nnrt/v2_0 drivers/peripheral/nnrt
438 2. Add the `bundle.json` file to the `drivers/peripheral/nnrt` directory. For details about how to …
446 …- Create the `mindspore` folder in the `drivers/peripheral/nnrt/v2_0` directory to store the dynam…
448 mkdir drivers/peripheral/nnrt/v2_0/mindspore
450 …nclude` directory in the MindSpore source code to the `drivers/peripheral/nnrt/v2_0/mindspore` dir…
452 cp third_party/mindspore/mindspore-src/source/include drivers/peripheral/nnrt/v2_0/mindspore
457 mkdir drivers/peripheral/nnrt/v2_0/hdi_cpu_service/include/mindspore_schema
460 …cp third_party/mindspore/mindspore-src/source/mindspore/lite/schema/* drivers/peripheral/nnrt/v2_0…
464 # Create the `mindspore` folder in the `drivers/peripheral/nnrt/v2_0/mindspore` directory.
465 mkdir drivers/peripheral/nnrt/v2_0/mindspore/mindspore
467 …# Copy the MindSpore dynamic libraries from the `out` folder to the `drivers/peripheral/nnrt/v2_0/…
468 …cp out/rk3568/package/phone/system/lib/libmindspore-lite.so drivers/peripheral/nnrt/v2_0/mindspore…