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

Go to the source code of this file.

Functions

void NN_relu6 (Tensor *y, const Tensor *x)
 
void NN_relu6_inplace (Tensor *x)