ONE - On-device Neural Engine
|
#include <Attributes.h>
Public Member Functions | |
PadOpAttributes () | |
PadOpAttributes (unsigned dims) | |
Data Fields | |
std::vector< std::int32_t > | padding_before |
std::vector< std::int32_t > | padding_after |
float | padding_value |
Definition at line 72 of file Attributes.h.
|
inline |
Definition at line 74 of file Attributes.h.
|
inline |
Definition at line 75 of file Attributes.h.
std::vector<std::int32_t> mir::PadOpAttributes::padding_after |
Definition at line 78 of file Attributes.h.
Referenced by mir_tflite::TFLiteOpCreator::convertPad(), mir_onnx::convertPadAttrName(), mir::ops::PadOp::getPaddingAfter(), and TEST().
std::vector<std::int32_t> mir::PadOpAttributes::padding_before |
Definition at line 77 of file Attributes.h.
Referenced by mir_tflite::TFLiteOpCreator::convertPad(), mir_onnx::convertPadAttrName(), mir::ops::PadOp::getPaddingBefore(), and TEST().
float mir::PadOpAttributes::padding_value |
Definition at line 79 of file Attributes.h.
Referenced by mir_onnx::convertPadAttrName(), and mir::ops::PadOp::getPaddingValue().