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

Method getNodeType

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

Returns the node type

Source from the content-addressed store, hash-verified

276
277 /// Returns the node type
278 kNodeType getNodeType() const { return m_node_type; }
279
280 /// Returns the type
281 af::dtype getType() const { return m_type; }

Callers 3

evalNodesFunction · 0.80
removeEmptyDimensionsFunction · 0.80
isBufferOrShiftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected