17#ifndef __LUCI_IR_CIRCLECONST_H__
18#define __LUCI_IR_CIRCLECONST_H__
37 template <loco::DataType DT> uint32_t
size(
void)
const;
38 template <loco::DataType DT>
void size(uint32_t
size);
46 std::vector<uint8_t> _data;
48 std::vector<std::string> _strings;
Class to build tensor data.
const loco::DataTypeImpl< DT >::Type & scalar(void) const
const loco::DataTypeImpl< DT >::Type & at(uint32_t n) const
uint32_t size(void) const
Nodes with the fixed number of inputs.
C++ scalar type corresponding to each DataType.