ONE - On-device Neural Engine
|
#include <Input.h>
Public Member Functions | |
Input (const nncc::core::ADT::tensor::Shape &shape) | |
Public Member Functions inherited from coco::Arg | |
Arg (const nncc::core::ADT::tensor::Shape &shape) | |
virtual | ~Arg ()=default |
const nncc::core::ADT::tensor::Shape & | shape (void) const |
const std::string & | name (void) const |
void | name (const std::string &s) |
Bag * | bag (void) const |
void | bag (Bag *) |
ElemID & | at (const nncc::core::ADT::tensor::Index &) |
const ElemID & | at (const nncc::core::ADT::tensor::Index &) const |
void | reorder (const nncc::core::ADT::tensor::Layout &l) |
template<typename LayoutImpl > | |
void | reorder (void) |
Public Member Functions inherited from coco::Entity | |
virtual | ~Entity ()=default |
Module * | module (void) const |
Additional Inherited Members |
coco::Input::Input | ( | const nncc::core::ADT::tensor::Shape & | shape | ) |