ONE - On-device Neural Engine
|
#include <DLinkedList.h>
Public Member Functions | |
Head (Parent *parent) | |
Head (const Head &)=delete | |
Head (Head &&)=delete | |
Child * | head (void) const |
Child * | tail (void) const |
bool | empty (void) const |
void | enlist (Child *child) |
void | delist (Child *child) |
void | prepend (Child *child) |
void | append (Child *child) |
Definition at line 34 of file DLinkedList.h.
|
inline |
Definition at line 37 of file DLinkedList.h.
|
delete |
|
delete |
|
inline |
Definition at line 137 of file DLinkedList.h.
References coco::DLinkedList< Child, Parent >::Head::empty(), and coco::DLinkedList< Child, Parent >::Head::enlist().
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(), and tflimport::build_activation().
|
inline |
Definition at line 101 of file DLinkedList.h.
References coco::DLinkedList< Child, Parent >::Head::empty(), and coco::DLinkedList< Child, Parent >::leaving().
Referenced by coco::DLinkedList< Child, Parent >::Node::detach().
|
inline |
Definition at line 52 of file DLinkedList.h.
Referenced by coco::DLinkedList< Child, Parent >::Head::append(), coco::DLinkedList< Child, Parent >::Head::delist(), coco::DLinkedList< Child, Parent >::Head::enlist(), and coco::DLinkedList< Child, Parent >::Head::prepend().
|
inline |
Definition at line 66 of file DLinkedList.h.
References coco::DLinkedList< Child, Parent >::Head::empty(), and coco::DLinkedList< Child, Parent >::joined().
Referenced by coco::DLinkedList< Child, Parent >::Head::append(), coco::DLinkedList< Child, Parent >::Node::insertAfter(), coco::DLinkedList< Child, Parent >::Node::insertBefore(), and coco::DLinkedList< Child, Parent >::Head::prepend().
|
inline |
Definition at line 48 of file DLinkedList.h.
Referenced by enco::HostBlockCompiler::compile(), dump(), dump(), and enco::validate_output_shape().
|
inline |
Definition at line 124 of file DLinkedList.h.
References coco::DLinkedList< Child, Parent >::Head::empty(), and coco::DLinkedList< Child, Parent >::Head::enlist().
|
inline |
Definition at line 49 of file DLinkedList.h.