ONE - On-device Neural Engine
|
#include "ReduceMean.h"
#include "Common.h"
#include "mir/ops/ReduceMeanOp.h"
#include "mir/Tensor.h"
#include "mir/ShapeRange.h"
Go to the source code of this file.
Data Structures | |
struct | mir_interpreter::ReduceMeanImpl< T > |
Namespaces | |
namespace | mir_interpreter |
Macros | |
#define | _NNC_CORE_BACKEND_INTERPRETER_REDUCE_MEAN_ |
Functions | |
void | mir_interpreter::ReduceMean (const mir::TensorVariant &input, const mir::ops::ReduceMeanOp &op, mir::TensorVariant &output) |
#define _NNC_CORE_BACKEND_INTERPRETER_REDUCE_MEAN_ |
Definition at line 18 of file ReduceMean.cpp.