|
ONE - On-device Neural Engine
|
#include "ir/Index.h"#include <cassert>#include <cstdint>#include <utility>Go to the source code of this file.
Data Structures | |
| class | onert::ir::train::TrainingIndex< T > |
| Class that provides index of tensor for training. More... | |
| struct | std::hash< onert::ir::train::TrainingOperandIndex > |
| Structure that provides hash value of TrainingOperandIndex. More... | |
Namespaces | |
| namespace | onert |
| namespace | onert::ir |
| namespace | onert::ir::train |
| namespace | std |
Typedefs | |
| using | onert::ir::train::TrainingOperationIndex = TrainingIndex< OperationIndex > |
| Type that provides index of operation node for training. | |
| using | onert::ir::train::TrainingOperandIndex = TrainingIndex< OperandIndex > |
| Type that provides index of operand for training. | |
Functions | |
| std::ostream & | onert::ir::train::operator<< (std::ostream &o, const TrainingOperationIndex &i) |
| std::ostream & | onert::ir::train::operator<< (std::ostream &o, const TrainingOperandIndex &i) |