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

Go to the source code of this file.

Functions

static void NN_print_u8 (uint8_t v)
 
static void NN_print_i8 (int8_t v)
 
static void NN_print_u16 (uint16_t v)
 
static void NN_print_i16 (int16_t v)
 
static void NN_print_u32 (uint32_t v)
 
static void NN_print_i32 (int32_t v)
 
void NN_print_f16 (float16_t v, int16_t num_digits)
 
void NN_print_f32 (float v, int16_t num_digits)
 
void NN_print_shape (const Tensor *t)
 
void NN_printf (const Tensor *t)