TODO: Compute method with module_args
| 372 | |
| 373 | // TODO: Compute method with module_args |
| 374 | argument |
| 375 | compute(migraphx::context ctx, migraphx::shape output_shape, std::vector<argument> inputs) const |
| 376 | { |
| 377 | return op.compute(std::move(ctx), std::move(output_shape), std::move(inputs)); |
| 378 | } |
| 379 | |
| 380 | std::vector<std::size_t> output_alias(std::vector<shape> inputs) const |
| 381 | { |
no outgoing calls
no test coverage detected