mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
It contains formatting and other minor fixes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127833 Approved by: https://github.com/ezyang
10 lines
174 B
C++
10 lines
174 B
C++
#pragma once
|
|
#include <torch/csrc/QScheme.h>
|
|
|
|
namespace torch::utils {
|
|
|
|
PyObject* getTHPQScheme(at::QScheme qscheme);
|
|
void initializeQSchemes();
|
|
|
|
} // namespace torch::utils
|