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

Go to the source code of this file.

Functions

void NN_add (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_add1 (Tensor *out, const Tensor *in, float scalar)
 
void NN_add_inplace (Tensor *b, const Tensor *a)
 
void NN_add1_inplace (Tensor *b, float scalar)