ONE - On-device Neural Engine
|
#include <ShapeRange.h>
Public Member Functions | |
ShapeRange (const Shape &shape) | |
ShapeRange (Shape &&shape) | |
ShapeIter | begin () |
ShapeIter | end () |
bool | contains (const Index &idx) |
Definition at line 81 of file ShapeRange.h.
|
inlineexplicit |
Definition at line 84 of file ShapeRange.h.
|
inlineexplicit |
Definition at line 86 of file ShapeRange.h.
|
inline |
Definition at line 88 of file ShapeRange.h.
Referenced by mir_interpreter::Reshape().
|
inline |
Definition at line 92 of file ShapeRange.h.
References mir::Index::at(), mir::Shape::dim(), mir::Index::rank(), and mir::Shape::rank().
Referenced by mir_interpreter::AvgPool2DImpl< uint8_t >::run(), mir_interpreter::AvgPool2DImpl< T >::run(), mir_interpreter::DepthwiseConv2DImpl< T >::run(), mir_interpreter::MaxPool2DImpl< uint8_t >::run(), and mir_interpreter::MaxPool2DImpl< T >::run().
|
inline |