Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get
Method
get
support/DeepCopy.h:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
Base *get() noexcept
115
{
116
return _val.get();
117
}
118
const Base *get() const noexcept
119
{
120
return _val.get();
Callers
6
get_operator_backend_files
Function · 0.45
gather_sources
Function · 0.45
polymorphic_cast_unique_ptr
Function · 0.45
polymorphic_downcast_unique_ptr
Function · 0.45
operator==
Method · 0.45
clone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected