![]() |
Q.ANT Native Computing Toolkit 2.3.1
All you need for photonic computing
|
#include <stddef.h>#include <stdint.h>

Go to the source code of this file.
Functions | |
| int | init_npu (const uint32_t id) |
| Initialises the Native Processing Unit. | |
| int | release_npu (const uint32_t id) |
| Releases an NPU and frees associated memory. | |
| int init_npu | ( | const uint32_t | id | ) |
Initialises the Native Processing Unit.
Optional, not necessary for computation.
| id | The identifier of the NPU to be initialised. |
| int release_npu | ( | const uint32_t | id | ) |
Releases an NPU and frees associated memory.
Only relevant if multiple users want to access the same device.
| id | The identifier of the NPU to be released. |