|
ONE - On-device Neural Engine
|
#include "MaxPool.h"#include "ONNXHelpers.h"#include "AttributeHelpers.h"#include "ConvPoolHelpers.h"#include "mir/ops/MaxPool2DOp.h"Go to the source code of this file.
Namespaces | |
| namespace | mir_onnx |
Functions | |
| void | mir_onnx::convertMaxPoolV1 (const onnx::NodeProto &onnx_node, ConverterContext *context) |
| void | mir_onnx::convertMaxPoolV8 (const onnx::NodeProto &onnx_node, ConverterContext *context) |
| void | mir_onnx::convertMaxPoolV10 (const onnx::NodeProto &onnx_node, ConverterContext *context) |