MCPcopy 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
121template<typename T>
122inline const char *getFullName() {
123 return af::dtype_traits<T>::getName();
124}
125
126template<>
127inline const char *getFullName<schar>() {

Callers

nothing calls this directly

Calls 1

getNameFunction · 0.85

Tested by

no test coverage detected