Documentations
  • Introduction
  • Get Started
    • Neural Network Stick
    • Edge Developer Board
    • Neural Network Module
  • BMNNSDK Introduction
    • Overview
    • Framework
    • Installation
    • Function Testing
    • Programming with BMNNSDK
  • Frameworks
    • Caffe
  • Toolkit
    • BMNet Compiler
  • BMNNSDK APIs
    • Headers
    • Data Structure
    • BMNNSDK API v1
  • SUPPORT
    • User Forum
  • Examples
    • Face detection and recognition
    • Object classification
Powered by GitBook
On this page
  1. BMNNSDK APIs

Headers

BMRuntime APIs are declared in three header files:

1) “bmruntime.h” : this is a BMRuntime common header file, declares common BMRuntime definitions and APIs. This header file is also included by “bmruntime_bmnet.h” and “bmruntime_bmkernel.h”

2) “bmruntime_bmnet.h” : this header file contains definitions and APIs used if programming by BMNet.

3) “bmruntime_bmkernel.h”: this header file contains definitions and APIs used if programming by BMKernel.

PreviousBMNet CompilerNextData Structure

Last updated 6 years ago