Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getFullName
Function
getFullName
src/backend/opencl/types.hpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
template<typename T>
122
inline const char *getFullName() {
123
return af::dtype_traits<T>::getName();
124
}
125
126
template<>
127
inline const char *getFullName<schar>() {
Callers
nothing calls this directly
Calls
1
getName
Function · 0.85
Tested by
no test coverage detected