MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / operator()

Method operator()

src/backend/opencl/types.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template<typename T>
30inline std::string ToNumStr<T>::operator()(T val) {
31 ToNum<T> toNum;
32 return toString(toNum(val));
33}
34
35template<>
36std::string ToNumStr<float>::operator()(float val) {

Callers 3

getDeviceIdFromNativeIdFunction · 0.45
setDeviceContextFunction · 0.45
removeDeviceContextFunction · 0.45

Calls 2

toStringFunction · 0.50
isinfFunction · 0.50

Tested by

no test coverage detected