ONE - On-device Neural Engine
|
#include <Attributes.h>
Public Member Functions | |
Deconv2DOpAttributes ()=default | |
Data Fields | |
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} |
ops::PaddingType | padding_type {ops::PaddingType::Explicit} |
Definition at line 61 of file Attributes.h.
|
default |
DataFormat mir::Deconv2DOpAttributes::data_format {DataFormat::NHWC} |
Definition at line 68 of file Attributes.h.
Referenced by mir_onnx::convertConvTransposeV1(), mir_caffe::CaffeOpCreator::convertDeconvolution(), mir::ops::DeConv2DOp::getDataFormat(), and mir_interpreter::DeConv2DImpl< T >::run().
std::vector<std::int32_t> mir::Deconv2DOpAttributes::padding_after {0, 0} |
Definition at line 67 of file Attributes.h.
Referenced by mir_onnx::convertConvTransposeV1(), and mir::ops::DeConv2DOp::getPaddingAfter().
std::vector<std::int32_t> mir::Deconv2DOpAttributes::padding_before {0, 0} |
Definition at line 66 of file Attributes.h.
Referenced by mir_onnx::convertConvTransposeV1(), mir::ops::DeConv2DOp::getPaddingBefore(), and mir_interpreter::DeConv2DImpl< T >::run().
ops::PaddingType mir::Deconv2DOpAttributes::padding_type {ops::PaddingType::Explicit} |
Definition at line 69 of file Attributes.h.
Referenced by mir_onnx::convertConvTransposeV1(), mir_tflite::TFLiteOpCreator::convertTransposeConv(), and mir::ops::DeConv2DOp::getPaddingType().
std::vector<std::int32_t> mir::Deconv2DOpAttributes::strides {1, 1} |
Definition at line 65 of file Attributes.h.
Referenced by mir_onnx::convertConvTransposeV1(), mir_tflite::TFLiteOpCreator::convertTransposeConv(), mir::ops::DeConv2DOp::getStrides(), mir_interpreter::DeConv2DImpl< T >::run(), TEST(), and TEST().