danmcleran / tinymind

Tinymind is a Neural Network and Machine Learning project intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems.
MIT License
8 stars 2 forks source link

Use cpp casting #18

Closed danmcleran closed 1 year ago

danmcleran commented 1 year ago

Replace C-casting with C++ style casting.