58 dims()->element_type() == DataType::S64);
64 if (
value()->element_type() == loco::DataType::S16 or
65 value()->element_type() == loco::DataType::S8)
70 if (
value()->element_type() == loco::DataType::S16)
74 switch (
dims()->element_type())
77 configureShape<int32_t>();
80 configureShape<int64_t>();
83 throw std::runtime_error(
"luci-intp Fill(1) Unsupported type.");
89 switch (
output()->element_type())
107 case DataType::FLOAT32:
112 throw std::runtime_error(
"luci-intp Fill(2) Unsupported type.");