pytorch/torch/csrc/utils/tensor_layouts.h
2022-06-11 21:11:16 +00:00

10 lines
101 B
C++

#pragma once
namespace torch {
namespace utils {
void initializeLayouts();
}
} // namespace torch