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

Go to the source code of this file.

Functions

void NN_relu (Tensor *y, const Tensor *x)
 
void NN_relu_inplace (Tensor *x)