MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / to_string

Function to_string

src/backend/common/half.hpp:1158–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156std::ostream& operator<<(std::ostream& os, const half& val);
1157
1158static inline std::string to_string(const half& val) {
1159 return std::to_string(static_cast<float>(val));
1160}
1161
1162static inline std::string to_string(const half&& val) {
1163 return std::to_string(static_cast<float>(val));

Callers 15

conv2_consistency_dataFunction · 0.85
select_infoFunction · 0.85
testDataFunction · 0.85
scalar_to_optionFunction · 0.85
getDeviceInfoFunction · 0.85
generateBufferOffsetsFunction · 0.85
generateShiftNodeOffsetsFunction · 0.85
scalar_to_optionFunction · 0.85
getDeviceInfoFunction · 0.85
getKernelCacheFilenameFunction · 0.85
getErrorMessageFunction · 0.85
generateBufferOffsetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected