Toggle main menu visibility
Loading...
Searching...
No Matches
kernel_utils.h
Go to the documentation of this file.
1
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE
2
3
#ifndef AWKWARD_KERNEL_UTILS_H
4
#define AWKWARD_KERNEL_UTILS_H
5
6
#include <string>
7
8
#include <pybind11/pybind11.h>
9
10
#include "awkward/kernel-dispatch.h"
11
12
namespace
py = pybind11;
13
namespace
ak
=
awkward
;
14
15
py::enum_<ak::kernel::lib>
16
make_lib_enum
(
const
py::handle& m,
const
std::string& name);
17
18
19
#endif
//AWKWARD_KERNEL_UTILS_H
make_lib_enum
py::enum_< ak::kernel::lib > make_lib_enum(const py::handle &m, const std::string &name)
awkward
Definition
ArrayBuilder.h:14
include
awkward
python
kernel_utils.h
Generated by
1.17.0