| 526 | } |
| 527 | |
| 528 | shape compute_shape(const operation& op, const std::vector<instruction_ref>& args) |
| 529 | { |
| 530 | return op.compute_shape(to_shapes(args)); |
| 531 | } |
| 532 | |
| 533 | shape compute_shape(const operation& op, |
| 534 | const std::vector<instruction_ref>& args, |
no test coverage detected