Skip to content

Datasets

Dataset handling and processing

Types

Name Description
MNIST Minimal MNIST dataset loader supporting sorting and splitting utilities.

Functions

Name Description
swap_endian Swaps byte order for 32-bit integers (big-endian <-> little-endian).

Function Details

swap_endian

inline uint32_t swap_endian(uint32_t val)

Swaps byte order for 32-bit integers (big-endian <-> little-endian).

val
Value to swap.
Return
Reordered integer.