|
ONE - On-device Neural Engine
|
Class to build tensor data. More...
#include <CircleConst.h>

Additional Inherited Members | |
Protected Member Functions inherited from luci::FixedArityNode< 0, CircleNodeImpl< CircleOpcode::CIRCLECONST > > | |
| loco::Use * | at (uint32_t n) const |
Class to build tensor data.
Definition at line 34 of file CircleConst.h.
| loco::DataTypeImpl< DT >::Type & luci::CircleConst::at | ( | uint32_t | n | ) |
| const loco::DataTypeImpl< DT >::Type & luci::CircleConst::at | ( | uint32_t | n | ) | const |
Definition at line 38 of file CircleConst.cpp.
References luci::must_cast().
Referenced by luci::asymmetric_wquant_with_minmax_per_layer(), luci::cal_minmax_per_channel(), luci::check_quant_unfriendly_values(), luci::create_const_node(), luci::create_const_node(), luci::quant_const(), luci::FuseBCQPass::run(), luci::swap_mul_add(), and luci::symmetric_wquant_with_minmax_per_layer().
| loco::DataTypeImpl< DT >::Type & luci::CircleConst::scalar | ( | void | ) |
| const loco::DataTypeImpl< DT >::Type & luci::CircleConst::scalar | ( | void | ) | const |
| void luci::CircleConst::size | ( | uint32_t | size | ) |
| uint32_t luci::CircleConst::size | ( | void | ) | const |
Definition at line 24 of file CircleConst.cpp.
References luci::must_cast().
Referenced by luci::asymmetric_wquant_with_minmax_per_layer(), luci::check_quant_unfriendly_values(), is_1D_float32_const(), luci::quant_const(), luci::FuseBCQPass::run(), luci::swap_mul_add(), and luci::symmetric_wquant_with_minmax_per_layer().