Struct TensorObjectInterfaceProxy#

Struct Documentation#

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)#