xref: /aosp_15_r20/external/pytorch/functorch/csrc/dim/dim.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 // All rights reserved.
3 //
4 // This source code is licensed under the BSD-style license found in the
5 // LICENSE file in the root directory of this source tree.
6 #pragma once
7 #include <Python.h>
8 PyObject* Dim_init();
9