| 366 | std::string name() const { return op.xobject.name; } |
| 367 | |
| 368 | shape compute_shape(std::vector<shape> inputs) const |
| 369 | { |
| 370 | return op.compute_shape(std::move(inputs)); |
| 371 | } |
| 372 | |
| 373 | // TODO: Compute method with module_args |
| 374 | argument |
no outgoing calls
no test coverage detected