mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +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
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
|