ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ReLU6.cpp File Reference
#include "ReLU6.h"
#include "internal/Elementwise.h"

Go to the source code of this file.

Functions

bool relu6Prepare (const Shape &input, Shape *output)
 

Function Documentation

◆ relu6Prepare()

bool relu6Prepare ( const Shape input,
Shape output 
)

Definition at line 22 of file ReLU6.cpp.

23{
24 return genericActivationPrepare(input, output);
25}
bool genericActivationPrepare(const Shape &input, Shape *output)

References genericActivationPrepare().