Home
last modified time | relevance | path

Searched refs:polymorphic_downcast_unique_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLMemory.cpp78 … _region_owned = utils::cast::polymorphic_downcast_unique_ptr<ICLMemoryRegion>(std::move(region)); in set_owned_region()
/aosp_15_r20/external/ComputeLibrary/support/
H A DCast.h110 std::unique_ptr<Target, Deleter> polymorphic_downcast_unique_ptr(std::unique_ptr<Source, Deleter> &… in polymorphic_downcast_unique_ptr() function