ONE - On-device Neural Engine
|
Static Public Member Functions | |
static void | run (const mir::ops::DepthwiseConv2DOp &op, const mir::TensorVariant &inputv, const mir::TensorVariant &kernelv, const mir::TensorVariant *biasv, mir::TensorVariant &output) |
Definition at line 32 of file DepthwiseConv2D.cpp.
|
static |
Definition at line 40 of file DepthwiseConv2D.cpp.
References mir::Tensor< T >::at(), mir::Index::at(), mir::ShapeRange::contains(), mir::Shape::dim(), mir::Operation::getInputShape(), mir::Operation::getOutputShape(), mir::ops::DepthwiseConv2DOp::getPaddingBefore(), mir::ops::DepthwiseConv2DOp::getStrides(), mir::Shape::rank(), and mir::Index::resize().
Referenced by package.infer.session::inference().