Struct TensorObjectInterfaceProxy
Defined in File wrapped_tensor.hpp
-
struct TensorObjectInterfaceProxy
Interface proxy, used to insulate python bindings.
Public Static Functions
- static pybind11::dict cuda_array_interface(TensorObject &self)
- static pybind11::object to_cupy(TensorObject &self)
- static TensorObject from_cupy(pybind11::object cupy_array)