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 {
217 const auto trans_x = loco::must_cast<luci::CircleTranspose *>(x.
op);
218 const auto trans_y = loco::must_cast<luci::CircleTranspose *>(y.
op);
219
220 return same_attributes(trans_x, trans_y);
221 }
222
223 default:
224
225 return false;
226 }
227
228 return true;
229}
virtual CircleOpcode opcode(void) const =0
std::vector< loco::Node * > inputs