Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure of NNB File #24

Open
omgitsdango opened this issue Oct 31, 2019 · 0 comments
Open

Structure of NNB File #24

omgitsdango opened this issue Oct 31, 2019 · 0 comments

Comments

@omgitsdango
Copy link

Hi,

could someone tell me the exact structure of the nnb File?
As far as i understand the nnb File starts with this structure:

typedef struct {
  uint32_t version;    ///< binary format version
  uint32_t api_level;  ///< function-level compatibility revision
  nn_list_t buffers;   ///< list of nn_variable_buffer_t
  nn_list_t variables; ///< list of nn_variable_t
  nn_list_t functions; ///< list of nn_function_t
  nn_list_t inputs;    ///< list of input variable ids
  nn_list_t outputs;   ///< list of output variable ids
  nn_memory_t memory;  ///< memory to store all data.
} nn_network_t;

But whats the structure in the memory part?

Thank you for your time
dango

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant