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

Callers

nothing calls this directly

Calls 1

getNameFunction · 0.85

Tested by

no test coverage detected