mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Let's have some fun. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78828 Approved by: https://github.com/ezyang
7 lines
214 B
C
7 lines
214 B
C
#pragma once
|
|
#include <ATen/Dimname.h>
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
at::Dimname THPDimname_parse(PyObject* obj);
|
|
bool THPUtils_checkDimname(PyObject* obj);
|
|
bool THPUtils_checkDimnameList(PyObject* obj);
|