196{
198 return false;
199
200
201 if (not same_common_attributes(x.
op, y.
op))
202 return false;
203
205
206
208 {
209 case luci::CircleOpcode::QUANTIZE:
210 {
211
212
213 return true;
214 }
215 case luci::CircleOpcode::TRANSPOSE:
216 {
219
220 return same_attributes(trans_x, trans_y);
221 }
222
223 default:
224
225 return false;
226 }
227
228 return true;
229}
T must_cast(FeatureEncoder *node)
A helper dynamic_cast that throws when failed.
virtual CircleOpcode opcode(void) const =0
std::vector< loco::Node * > inputs