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

Go to the source code of this file.

Functions

void NN_neg (Tensor *out, const Tensor *input)
 
void NN_neg_inplace (Tensor *tensor)