mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Let's have some fun. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78828 Approved by: https://github.com/ezyang
12 lines
199 B
C++
12 lines
199 B
C++
#pragma once
|
|
#include <torch/csrc/QScheme.h>
|
|
|
|
namespace torch {
|
|
namespace utils {
|
|
|
|
PyObject* getTHPQScheme(at::QScheme qscheme);
|
|
void initializeQSchemes();
|
|
|
|
} // namespace utils
|
|
} // namespace torch
|