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

Method getTypeStr

src/backend/common/jit/Node.hpp:284–284  ·  view source on GitHub ↗

Returns the string representation of the type

Source from the content-addressed store, hash-verified

282
283 /// Returns the string representation of the type
284 std::string getTypeStr() const { return getFullName(m_type); }
285
286 /// Returns the height of the JIT tree from this node
287 int getHeight() const { return m_height; }

Callers 3

getKernelStringFunction · 0.80
getKernelStringFunction · 0.80
getKernelStringFunction · 0.80

Calls 1

getFullNameFunction · 0.70

Tested by

no test coverage detected