ONE - On-device Neural Engine
|
#include <Attributes.h>
Public Member Functions | |
MaxPool2DOpAttributes ()=default | |
Data Fields | |
std::vector< std::int32_t > | window {1, 1} |
std::vector< std::int32_t > | strides {1, 1} |
std::vector< std::int32_t > | padding_before {0, 0} |
std::vector< std::int32_t > | padding_after {0, 0} |
DataFormat | data_format {DataFormat::NHWC} |
Definition at line 50 of file Attributes.h.
|
default |
DataFormat mir::MaxPool2DOpAttributes::data_format {DataFormat::NHWC} |
Definition at line 58 of file Attributes.h.
Referenced by mir_caffe2::Caffe2OpCreator::convertMaxPool(), mir_onnx::convertMaxPoolV1(), mir_caffe::CaffeOpCreator::convertPooling(), and mir::ops::MaxPool2DOp::getDataFormat().
std::vector<std::int32_t> mir::MaxPool2DOpAttributes::padding_after {0, 0} |
Definition at line 57 of file Attributes.h.
Referenced by mir_caffe2::Caffe2OpCreator::convertMaxPool(), mir_tflite::TFLiteOpCreator::convertMaxPool2D(), mir_onnx::convertMaxPoolV1(), and mir::ops::MaxPool2DOp::getPaddingAfter().
std::vector<std::int32_t> mir::MaxPool2DOpAttributes::padding_before {0, 0} |
Definition at line 56 of file Attributes.h.
Referenced by mir_caffe2::Caffe2OpCreator::convertMaxPool(), mir_tflite::TFLiteOpCreator::convertMaxPool2D(), mir_onnx::convertMaxPoolV1(), and mir::ops::MaxPool2DOp::getPaddingBefore().
std::vector<std::int32_t> mir::MaxPool2DOpAttributes::strides {1, 1} |
Definition at line 55 of file Attributes.h.
Referenced by mir_caffe2::Caffe2OpCreator::convertMaxPool(), mir_tflite::TFLiteOpCreator::convertMaxPool2D(), mir_onnx::convertMaxPoolV1(), mir::ops::MaxPool2DOp::getStrides(), and TEST().
std::vector<std::int32_t> mir::MaxPool2DOpAttributes::window {1, 1} |
Definition at line 54 of file Attributes.h.
Referenced by mir_caffe2::Caffe2OpCreator::convertMaxPool(), mir_tflite::TFLiteOpCreator::convertMaxPool2D(), mir_onnx::convertMaxPoolV1(), mir::ops::MaxPool2DOp::getWindowSize(), TEST(), TEST(), and TEST().