| 123 | } |
| 124 | |
| 125 | CustomOpDefFactory* CustomOpDefFactory::inst(void) { |
| 126 | static CustomOpDefFactory factory; |
| 127 | return &factory; |
| 128 | } |
| 129 | |
| 130 | bool CustomOpDefFactory::is_custom_op(const OpDef& op) { |
| 131 | return op.dyn_typeinfo() == CustomOpDef::typeinfo(); |