ONE - On-device Neural Engine
|
#include "ReLU.h"
#include "Common.h"
#include "mir/ShapeRange.h"
#include "mir/Tensor.h"
#include <cmath>
Go to the source code of this file.
Data Structures | |
struct | mir_interpreter::ELUImpl< T > |
Namespaces | |
namespace | mir_interpreter |
Functions | |
void | mir_interpreter::ELU (const mir::TensorVariant &arg, float alpha, mir::TensorVariant &result) |