| 72 | return linear; |
| 73 | } |
| 74 | |
| 75 | engine::core::TensorValue contiguous( |
| 76 | engine::core::ModuleBuildContext & ctx, |
| 77 | const engine::core::TensorValue & input) { |
| 78 | return engine::core::ensure_backend_addressable_layout(ctx, input); |
| 79 | } |
| 80 | |
| 81 | engine::core::TensorValue permute_tensor( |
no test coverage detected