| 367 | |
| 368 | template <typename... Args> |
| 369 | bool InputsContainDistTensor(const phi::distributed::ProcessMesh** mesh, |
| 370 | const Args&... args) { |
| 371 | return DistTensorTypeParser(mesh).apply(args...).result; |
| 372 | } |
| 373 | |
| 374 | template <typename... Args> |
| 375 | bool InputsNeedConvertDistTensor(const phi::distributed::ProcessMesh** mesh, |
no test coverage detected