ONE - On-device Neural Engine
|
A unit of (grouped) instructions. More...
#include <Block.h>
Public Member Functions | |
Block () | |
Block (const Block &)=delete | |
Block (Block &&)=delete | |
~Block () | |
InstrList * | instr (void) |
const InstrList * | instr (void) const |
const BlockIndex & | index (void) const |
Public Member Functions inherited from coco::DLinkedList< Child, Parent >::Node | |
Node () | |
virtual | ~Node () |
Parent * | parent (void) const |
Child * | prev (void) const |
Child * | next (void) const |
void | insertBefore (Node *next) |
void | insertAfter (Node *prev) |
void | detach (void) |
Public Member Functions inherited from coco::Entity | |
virtual | ~Entity ()=default |
Module * | module (void) const |
Friends | |
void | DLinkedList (Module *, Block *) |
void | DLinkedList (Module *, Block *) |
A unit of (grouped) instructions.
Block allows backend to manage a set of instructions as one unit, which is useful for H/W that has a restriction on code size
|
inline |
|
delete |
|
delete |
|
inline |
Definition at line 56 of file Block.h.
References coco::DLinkedList< Child, Parent >::Node::detach(), and coco::DLinkedList< Child, Parent >::Node::parent().
|
inline |
Definition at line 69 of file Block.h.
Referenced by dump(), coco::DLinkedList< Child, Parent >::joined(), and coco::DLinkedList< Child, Parent >::leaving().
|
inline |
Definition at line 65 of file Block.h.
Referenced by caffeimport::BatchNormBuilder::build(), caffeimport::ConvolutionBuilder::build(), caffeimport::ScaleBuilder::build(), tflimport::AvgPool2DGraphBuilder::build(), tflimport::ConcatenationGraphBuilder::build(), tflimport::DivGraphBuilder::build(), tflimport::MaxPool2DGraphBuilder::build(), tflimport::ReLUGraphBuilder::build(), tflimport::ReLU6GraphBuilder::build(), tflimport::ReshapeGraphBuilder::build(), tflimport::SubGraphBuilder::build(), tflimport::Conv2DGraphBuilder::build(), tflimport::DepthwiseConv2DGraphBuilder::build(), tflimport::build_activation(), enco::HostBlockCompiler::compile(), and dump().
|
inline |
|
friend |
|
friend |