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

Public Member Functions | |
| DynamicUpdateSliceLayer () | |
| ~DynamicUpdateSliceLayer () | |
| void | configure (const IPortableTensor *operand, const IPortableTensor *update, const IPortableTensor *indices, IPortableTensor *output) |
| void | run () override |
Public Member Functions inherited from onert::exec::IFunction | |
| virtual | ~IFunction ()=default |
| virtual void | prepare () |
Definition at line 28 of file DynamicUpdateSliceLayer.h.
| onert::backend::cpu::ops::DynamicUpdateSliceLayer::DynamicUpdateSliceLayer | ( | ) |
Definition at line 57 of file DynamicUpdateSliceLayer.cc.
|
default |
| void onert::backend::cpu::ops::DynamicUpdateSliceLayer::configure | ( | const IPortableTensor * | operand, |
| const IPortableTensor * | update, | ||
| const IPortableTensor * | indices, | ||
| IPortableTensor * | output | ||
| ) |
Definition at line 65 of file DynamicUpdateSliceLayer.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 80 of file DynamicUpdateSliceLayer.cc.
References onert::backend::IPortableTensor::data_type(), onert::backend::IPortableTensor::getShape(), and onert::backend::cpu::ops::getShape().