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