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

Go to the source code of this file.

Functions

void NN_elu (Tensor *y, const Tensor *x, float alpha)
 
void NN_elu_inplace (Tensor *x, float alpha)