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

Public Member Functions | |
| TransposeConv (const Tensor *output_shape, const Tensor *filter, const Tensor *input, const Tensor *bias, Tensor *output, Tensor *scratch_tensor, const TransposeConvParams ¶ms) | |
| ~TransposeConv () | |
| const Tensor * | output_shape () const |
| const Tensor * | filter () const |
| const Tensor * | input () const |
| const Tensor * | bias () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< TransposeConvParams > | |
| const TransposeConvParams & | params () const |
Public Member Functions inherited from luci_interpreter::Kernel | |
| virtual | ~Kernel ()=default |
| const std::vector< const Tensor * > & | getInputTensors () const |
| const std::vector< Tensor * > & | getOutputTensors () const |
Additional Inherited Members | |
Protected Member Functions inherited from luci_interpreter::KernelWithParams< TransposeConvParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const TransposeConvParams ¶ms) | |
Protected Member Functions inherited from luci_interpreter::Kernel | |
| Kernel (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs) | |
Protected Attributes inherited from luci_interpreter::KernelWithParams< TransposeConvParams > | |
| const TransposeConvParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
| const std::vector< const Tensor * > | _inputs |
| const std::vector< Tensor * > | _outputs |
Definition at line 30 of file TransposeConv.h.
| luci_interpreter::kernels::TransposeConv::TransposeConv | ( | const Tensor * | output_shape, |
| const Tensor * | filter, | ||
| const Tensor * | input, | ||
| const Tensor * | bias, | ||
| Tensor * | output, | ||
| Tensor * | scratch_tensor, | ||
| const TransposeConvParams & | params | ||
| ) |
Definition at line 33 of file TransposeConv.cpp.
References bias(), filter(), input(), and output_shape().
| luci_interpreter::kernels::TransposeConv::~TransposeConv | ( | ) |
Definition at line 41 of file TransposeConv.cpp.
Definition at line 42 of file TransposeConv.h.
References luci_interpreter::Kernel::_inputs.
Referenced by TransposeConv().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 46 of file TransposeConv.cpp.
References luci_interpreter::kernels::computeOutputSize(), luci_interpreter::kernels::computePadding(), luci_interpreter::Shape::dim(), filter(), luci_interpreter::Kernel::getOutputTensors(), luci_interpreter::kernels::getQuantizedConvolutionMultiplers(), input(), luci::must_cast(), output(), output_shape(), luci_interpreter::KernelWithParams< TransposeConvParams >::params(), luci_interpreter::kernels::quantizeMultipliers(), luci_interpreter::Tensor::resize(), and luci_interpreter::Tensor::shape().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 94 of file TransposeConv.cpp.
References filter(), input(), LUCI_INTERPRETER_CHECK, and size.
Definition at line 40 of file TransposeConv.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and TransposeConv().
Definition at line 41 of file TransposeConv.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and TransposeConv().
|
inline |
Definition at line 43 of file TransposeConv.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure().
Definition at line 39 of file TransposeConv.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), and TransposeConv().