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

Go to the source code of this file.

Functions

void NN_max_i8 (size_t n, int8_t *r, const int8_t *x, size_t incx)
 
void NN_max_i16 (size_t n, int16_t *r, const int16_t *x, size_t incx)
 
void NN_max_i32 (size_t n, int32_t *r, const int32_t *x, size_t incx)
 
void NN_max_f16 (size_t n, float16_t *r, const float16_t *x, size_t incx)
 
void NN_max_f32 (size_t n, float *r, const float *x, size_t incx)