Skip to main content

Module types

Module types 

Source
Expand description

Core types and parameter structures for embedded-nn.

Structs§

Activation
Quantized activation clamping range (min, max).
Context
Context for scratchpad buffers (optional).
ConvParams
Parameters for Convolution layer operations.
Dims
Dimensions for 4D Tensors (Batch, Height, Width, Channels / Output Channels).
DwConvParams
Parameters for Depthwise Convolution layer operations.
FcParams
Parameters for Fully Connected (Linear) layer operations.
PerChannelQuantParams
Per-channel quantization parameters.
PerTensorQuantParams
Per-tensor quantization parameters.
PoolParams
Parameters for Pooling operations.
SoftmaxParams
Parameters for Softmax operation.
Tile
Tile or kernel spatial dimensions (Width, Height).

Enums§

Error
Error types for embedded-nn operations.
QuantParams
Unified quantization parameters (either per-tensor or per-channel).

Type Aliases§

Result
Result type alias for embedded-nn.