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

Method getNameStr

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

Returns the short name for this type \note For the shift node this is "Sh" appended by the short name of the type

Source from the content-addressed store, hash-verified

290 /// \note For the shift node this is "Sh" appended by the short name of the
291 /// type
292 virtual std::string getNameStr() const { return getShortName(m_type); }
293
294 /// Default destructor
295 virtual ~Node() noexcept = default;

Callers 1

getFuncNameFunction · 0.45

Calls 1

getShortNameFunction · 0.85

Tested by

no test coverage detected