Noodle
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
 
docs
 
noodle.h
Public Noodle API for small CNN/ML inference on microcontrollers
 
noodle_buffer.cpp
Grow-only NoodleBuffer allocation helpers
 
noodle_buffer.h
Grow-only float buffers used by NoodleBuffer convolution overloads
 
noodle_config.h
 
noodle_conv.cpp
Public convolution layer wrappers: Conv1D, Conv2D, and ConvTranspose2D
 
noodle_dw.cpp
Depthwise convolution operators
 
noodle_fcn.cpp
Fully connected layers
 
noodle_fs.h
 
noodle_internal.cpp
Private shared globals and helpers for Noodle implementation files
 
noodle_internal.h
Private declarations shared by Noodle implementation files
 
noodle_io.cpp
Noodle file/storage I/O helpers
 
noodle_math.cpp
Reusable math and numeric helper primitives
 
noodle_memory.cpp
Noodle memory access management helpers
 
noodle_shape.cpp
Tensor-to-vector transforms: flatten, reshape, GAP, and GMP