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

Function toString

src/backend/common/half.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<>
13std::string toString(const half val) {
14 return common::toString(static_cast<float>(val));
15}
16} // namespace common
17} // namespace arrayfire

Callers 4

TemplateArgMethod · 0.70
operator()Method · 0.50
types.cppFile · 0.50
formatMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected