ONE - On-device Neural Engine
|
A Part represents the edge between a child Op and its parent Op. More...
#include <Part.h>
Public Member Functions | |
Part (Op *parent) | |
~Part () | |
Op * | child (void) const |
void | child (Op *c) |
Op * | parent (void) const |
A Part represents the edge between a child Op and its parent Op.
|
inline |
|
inline |
void coco::Part::child | ( | Op * | c | ) |
Definition at line 25 of file Part.cpp.
|
inline |
Definition at line 40 of file Part.h.
Referenced by coco::UnaryOp::arg(), coco::Conv2D::arg(), coco::UnaryOp::arg(), coco::Conv2D::arg(), coco::BinaryOp::left(), coco::BinaryOp::left(), coco::BinaryOp::right(), coco::BinaryOp::right(), and ~Part().
|
inline |
Definition at line 44 of file Part.h.
Referenced by coco::Op::parent(), and coco::Op::up().