mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
It contains formatting and other minor fixes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127833 Approved by: https://github.com/ezyang
8 lines
69 B
C++
8 lines
69 B
C++
#pragma once
|
|
|
|
namespace torch::utils {
|
|
|
|
void initializeLayouts();
|
|
|
|
}
|