| 160 | } |
| 161 | |
| 162 | static py::object PyLongFromVoidPtr(void *ptr) { |
| 163 | return py::reinterpret_steal<py::object>(PyLong_FromVoidPtr(ptr)); |
| 164 | } |
| 165 | |
| 166 | template<typename Backend> |
| 167 | py::dict ArrayInterfaceRepr(Tensor<Backend> &t) { |
no outgoing calls
no test coverage detected