struct ncDeviceHandle_t
Info | Value |
---|---|
Header | mvnc.h |
Version | 2.0 |
See also | struct ncGraphHandle_t, struct ncFifoHandle_t,ncDeviceOption_t, ncDeviceCreate(), ncDeviceOpen(), ncDeviceClose(), ncDeviceSetOption(), ncDevicetGetOption() |
Overview
The ncDeviceHandle_t struct is an abstraction for a neural compute device that is used throughout the API.
Typical Usage
- Initialize the ncDeviceHandle_t struct with ncDeviceCreate()
- Initialize the device and open communication with ncDeviceOpen()
- Use the device
- Close the device with ncDeviceClose()
- Destroy the device handle and free associated resources with ncDeviceDestroy()
See the C API Overview for more information about typical API usage.