| 466 | } |
| 467 | |
| 468 | std::string DTypePromoteTransformation::name() const { |
| 469 | return "DTypePromoteTransformation"; |
| 470 | } |
| 471 | |
| 472 | void DTypePromoteTransformation::on_register() { |
| 473 | // printf("DTypePromoteTransformation has been registered\n"); |
no outgoing calls
no test coverage detected