ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Index.h File Reference
#include "util/Index.h"
#include <iomanip>
#include <ostream>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  onert
 
namespace  onert::ir
 

Typedefs

using onert::ir::OperationIndex = ::onert::util::Index< uint32_t, OperationIndexTag >
 
using onert::ir::OperandIndex = ::onert::util::Index< uint32_t, OperandIndexTag >
 
using onert::ir::IOIndex = ::onert::util::Index< uint32_t, IOIndexTag >
 
using onert::ir::SubgraphIndex = ::onert::util::Index< uint16_t, SubgraphIndexTag >
 
using onert::ir::ModelIndex = ::onert::util::Index< uint16_t, ModelIndexTag >
 
using onert::ir::OriginIndex = ::onert::util::Index< uint32_t, OriginIndexTag >
 

Functions

template<typename IndexType >
std::ostream & onert::ir::_index_print_impl (std::ostream &o, const std::string &prefix, IndexType index)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const OperationIndex &i)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const OperandIndex &i)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const IOIndex &i)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const SubgraphIndex &i)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const ModelIndex &i)
 
std::ostream & onert::ir::operator<< (std::ostream &o, const OriginIndex &i)