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

Go to the source code of this file.

Functions

void NN_sub (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_sub_1d (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_sub_2d (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_sub_3d (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_sub_4d (Tensor *out, const Tensor *a, const Tensor *b)