| 622 | return op.compile(ctx, ctx, output_shape, input); |
| 623 | } |
| 624 | inline shape compute_shape(const operation& op, const std::vector<shape>& inputs) |
| 625 | { |
| 626 | return op.compute_shape(inputs); |
| 627 | } |
| 628 | |
| 629 | template <class T> |
| 630 | inline auto compute_shape(const T& op, |
nothing calls this directly
no test coverage detected