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