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

Public Member Functions | |
| ResizeBilinear (const Tensor *input, const Tensor *shape, Tensor *output, const ResizeBilinearParams ¶ms) | |
| const Tensor * | input () const |
| const Tensor * | size () const |
| Tensor * | output () const |
| void | configure () override |
| void | execute () const override |
Public Member Functions inherited from luci_interpreter::KernelWithParams< ResizeBilinearParams > | |
| const ResizeBilinearParams & | 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< ResizeBilinearParams > | |
| KernelWithParams (std::vector< const Tensor * > inputs, std::vector< Tensor * > outputs, const ResizeBilinearParams ¶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< ResizeBilinearParams > | |
| const ResizeBilinearParams | _params |
Protected Attributes inherited from luci_interpreter::Kernel | |
| const std::vector< const Tensor * > | _inputs |
| const std::vector< Tensor * > | _outputs |
Definition at line 28 of file ResizeBilinear.h.
| luci_interpreter::kernels::ResizeBilinear::ResizeBilinear | ( | const Tensor * | input, |
| const Tensor * | shape, | ||
| Tensor * | output, | ||
| const ResizeBilinearParams & | params | ||
| ) |
Definition at line 29 of file ResizeBilinear.cpp.
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 35 of file ResizeBilinear.cpp.
References luci_interpreter::Shape::dim(), input(), LUCI_INTERPRETER_CHECK, luci::must_cast(), output(), output_shape, luci_interpreter::KernelWithParams< ResizeBilinearParams >::params(), luci_interpreter::Tensor::resize(), luci_interpreter::Tensor::shape(), and size().
|
overridevirtual |
Implements luci_interpreter::Kernel.
Definition at line 51 of file ResizeBilinear.cpp.
References luci_interpreter::ResizeBilinearParams::align_corners, luci_interpreter::kernels::getTensorShape(), luci_interpreter::ResizeBilinearParams::half_pixel_centers, input(), luci::must_cast(), output(), luci_interpreter::KernelWithParams< ResizeBilinearParams >::params(), and size().
Definition at line 34 of file ResizeBilinear.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and ResizeBilinear().
|
inline |
Definition at line 36 of file ResizeBilinear.h.
References luci_interpreter::Kernel::_outputs.
Referenced by configure(), and execute().
Definition at line 35 of file ResizeBilinear.h.
References luci_interpreter::Kernel::_inputs.
Referenced by configure(), execute(), and ResizeBilinear().