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

Public Member Functions | |
| DepthToSpaceLayer () | |
| void | configure (const IPortableTensor *input, const int32_t block_size, IPortableTensor *output) |
| void | run () override |
Public Member Functions inherited from onert::exec::IFunction | |
| virtual | ~IFunction ()=default |
| virtual void | prepare () |
Definition at line 26 of file DepthToSpaceLayer.h.
| onert::backend::cpu::ops::DepthToSpaceLayer::DepthToSpaceLayer | ( | ) |
Definition at line 49 of file DepthToSpaceLayer.cc.
| void onert::backend::cpu::ops::DepthToSpaceLayer::configure | ( | const IPortableTensor * | input, |
| const int32_t | block_size, | ||
| IPortableTensor * | output | ||
| ) |
Definition at line 60 of file DepthToSpaceLayer.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 68 of file DepthToSpaceLayer.cc.
References onert::backend::IPortableTensor::data_type().