1#pragma once
2
3namespace torch {
4namespace utils {
5
6void initializeLayouts();
7
8}
9} // namespace torch
10