DPNP C++ backend kernel library 0.21.0dev0
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
dpnp::utils::detail::ManagedMemory Struct Reference

Static Public Member Functions

static bool is_usm_managed_by_shared_ptr (const py::object &h)
 
static const std::shared_ptr< void > & extract_shared_ptr (const py::object &h)
 

Detailed Description

Definition at line 560 of file dpnp4pybind11.hpp.

Member Function Documentation

◆ extract_shared_ptr()

static const std::shared_ptr< void > & dpnp::utils::detail::ManagedMemory::extract_shared_ptr ( const py::object & h)
inlinestatic

Definition at line 580 of file dpnp4pybind11.hpp.

◆ is_usm_managed_by_shared_ptr()

static bool dpnp::utils::detail::ManagedMemory::is_usm_managed_by_shared_ptr ( const py::object & h)
inlinestatic

Definition at line 564 of file dpnp4pybind11.hpp.


The documentation for this struct was generated from the following file: