|
ONE - On-device Neural Engine
|
#include <Deconv2DOp.h>

Public Member Functions | |
| DeConv2DOp (Output *input, Output *kernel, const Deconv2DOpAttributes &attributes) | |
| DeConv2DOp (Output *input, Output *kernel, const Deconv2DOpAttributes &attributes, const Shape &output_shape) | |
| Operation * | copyWithInputs (const std::vector< Output * > &inputs) override |
| const std::vector< std::int32_t > & | getStrides () const |
| PaddingType | getPaddingType () const |
| const std::vector< std::int32_t > & | getPaddingBefore () const |
| const std::vector< std::int32_t > & | getPaddingAfter () const |
| DataFormat | getDataFormat () const |
| const Deconv2DOpAttributes & | getAttributes () const |
Public Member Functions inherited from mir::Operation | |
| virtual | ~Operation ()=default |
| Type | getType () const |
| std::size_t | getId () const |
| void | setId (std::size_t id) |
| std::size_t | getNumInputs () const |
| std::size_t | getNumOutputs () const |
| std::deque< Output * > & | getInputs () |
| const std::deque< Output * > & | getInputs () const |
| std::deque< Output > & | getOutputs () |
| const std::deque< Output > & | getOutputs () const |
| Output * | getInput (std::size_t index) |
| const Output * | getInput (std::size_t index) const |
| Output * | getOutput (std::size_t index) |
| const Output * | getOutput (std::size_t index) const |
| const Shape & | getInputShape (std::size_t index) const |
| const Shape & | getOutputShape (std::size_t index) const |
| void | accept (IVisitor *v) |
Additional Inherited Members | |
Public Types inherited from mir::Operation | |
| enum class | Type { HANDLE_OP } |
Protected Member Functions inherited from mir::Operation | |
| Operation (Type type, const std::vector< Output * > &inputs, std::size_t num_outputs=1) | |
| void | setOutputType (std::size_t index, const TensorType &type) |
Definition at line 32 of file Deconv2DOp.h.
|
inline |
Definition at line 35 of file Deconv2DOp.h.
|
inline |
Definition at line 41 of file Deconv2DOp.h.
|
inlineoverridevirtual |
Implements mir::Operation.
Definition at line 50 of file Deconv2DOp.h.
References mir::ops::Explicit, mir::Operation::getOutputShape(), and getPaddingType().
|
inline |
Definition at line 68 of file Deconv2DOp.h.
Referenced by mir_interpreter::MIRInterpreter::visit().
|
inline |
Definition at line 66 of file Deconv2DOp.h.
References mir::Deconv2DOpAttributes::data_format.
Referenced by mir2loco::Transformer::visit(), and mir::DotNodeBuilder::visit().
|
inline |
Definition at line 64 of file Deconv2DOp.h.
References mir::Deconv2DOpAttributes::padding_after.
Referenced by mir2loco::Transformer::visit(), and mir::DotNodeBuilder::visit().
|
inline |
Definition at line 62 of file Deconv2DOp.h.
References mir::Deconv2DOpAttributes::padding_before.
Referenced by mir2loco::Transformer::visit(), and mir::DotNodeBuilder::visit().
|
inline |
Definition at line 60 of file Deconv2DOp.h.
References mir::Deconv2DOpAttributes::padding_type.
Referenced by copyWithInputs(), and mir2loco::Transformer::visit().
|
inline |
Definition at line 58 of file Deconv2DOp.h.
References mir::Deconv2DOpAttributes::strides.
Referenced by mir2loco::Transformer::visit(), nnc::Serializer::visit(), and mir::DotNodeBuilder::visit().