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