mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Let's have some fun. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78828 Approved by: https://github.com/ezyang
8 lines
214 B
C
8 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);
|