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 32 of file DepthToSpaceLayer.h.
onert::backend::cpu::ops::DepthToSpaceLayer::DepthToSpaceLayer | ( | ) |
Definition at line 31 of file DepthToSpaceLayer.cc.
void onert::backend::cpu::ops::DepthToSpaceLayer::configure | ( | const IPortableTensor * | input, |
const int32_t | block_size, | ||
IPortableTensor * | output | ||
) |
Definition at line 42 of file DepthToSpaceLayer.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 50 of file DepthToSpaceLayer.cc.
References onert::backend::IPortableTensor::data_type().
Referenced by package.infer.session::inference().