| 618 | /* ------------------ for auto parallel ----------------------- */ |
| 619 | |
| 620 | phi::distributed::DistMetaTensor MakeDistMetaTensor( |
| 621 | const phi::TensorBase& tensor) { |
| 622 | return phi::distributed::DistMetaTensor(tensor); |
| 623 | } |
| 624 | |
| 625 | std::vector<phi::distributed::DistMetaTensor> MakeDistMetaTensor( |
| 626 | const std::vector<const phi::TensorBase*>& tensors) { |
no test coverage detected