blob: 01a6007e9f8e824a1dae904d63cc01ef091b03af [file] [log] [blame]
#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);