| 215 | } |
| 216 | |
| 217 | core::TensorValue graph_contiguous(core::ModuleBuildContext & ctx, const core::TensorValue & input) { |
| 218 | return core::ensure_backend_addressable_layout(ctx, input); |
| 219 | } |
| 220 | |
| 221 | core::TensorValue graph_reshape( |
| 222 | core::ModuleBuildContext & ctx, |
no test coverage detected