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

Public Member Functions | |
| ExpandDimsLayer () | |
| void | configure (const IPortableTensor *input, IPortableTensor *output) |
| void | run () override |
Public Member Functions inherited from onert::exec::IFunction | |
| virtual | ~IFunction ()=default |
| virtual void | prepare () |
Definition at line 27 of file ExpandDimsLayer.h.
| onert::backend::cpu::ops::ExpandDimsLayer::ExpandDimsLayer | ( | ) |
Definition at line 48 of file ExpandDimsLayer.cc.
| void onert::backend::cpu::ops::ExpandDimsLayer::configure | ( | const IPortableTensor * | input, |
| IPortableTensor * | output | ||
| ) |
Definition at line 53 of file ExpandDimsLayer.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 59 of file ExpandDimsLayer.cc.
References onert::backend::ITensor::buffer(), and onert::backend::IPortableTensor::total_size().