Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
softmax.h File Reference
#include <stddef.h>
#include <math.h>
#include "float16.h"
Include dependency graph for softmax.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NN_softmax_f16 (size_t n, float16_t *y, size_t incy, const float16_t *x, size_t incx)
 
void NN_softmax_f32 (size_t n, float *y, size_t incy, const float *x, size_t incx)