Diwa
Lightweight implementation of Artificial Neural Network for resource-constrained environments
Loading...
Searching...
No Matches
diwa_conv.h File Reference

Utility functions for data conversion in the Diwa neural network library. More...

#include <stdint.h>

Go to the source code of this file.

Detailed Description

Utility functions for data conversion in the Diwa neural network library.

Author
Nathanne Isip

This file provides utility functions for converting data between different formats, such as integers and doubles to byte arrays, and vice versa. These functions are used to facilitate data serialization and deserialization in the Diwa library.