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

Method getType

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

Returns the type

Source from the content-addressed store, hash-verified

279
280 /// Returns the type
281 af::dtype getType() const { return m_type; }
282
283 /// Returns the string representation of the type
284 std::string getTypeStr() const { return getFullName(m_type); }

Callers 6

evalNodesFunction · 0.45
operator==Method · 0.45
operator()Method · 0.45
castArrayFunction · 0.45
formatMethod · 0.45
evalNodesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected