ONE - On-device Neural Engine
|
#include <DynamicUpdateSlice.h>
Public Member Functions | |
DynamicUpdateSliceLayer () | |
~DynamicUpdateSliceLayer () | |
void | configure (const IPortableTensor *operand, const IPortableTensor *update, const IPortableTensor *indices, IPortableTensor *output) |
void | run () override |
![]() | |
virtual | ~IFunction ()=default |
virtual void | prepare () |
Definition at line 28 of file DynamicUpdateSlice.h.
onert::backend::cpu::ops::DynamicUpdateSliceLayer::DynamicUpdateSliceLayer | ( | ) |
Definition at line 25 of file DynamicUpdateSlice.cc.
|
default |
void onert::backend::cpu::ops::DynamicUpdateSliceLayer::configure | ( | const IPortableTensor * | operand, |
const IPortableTensor * | update, | ||
const IPortableTensor * | indices, | ||
IPortableTensor * | output | ||
) |
Definition at line 33 of file DynamicUpdateSlice.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 48 of file DynamicUpdateSlice.cc.
References onert::backend::IPortableTensor::data_type(), onert::backend::IPortableTensor::getShape(), and onert::backend::cpu::ops::getShape().