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

Method getHeight

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

Returns the height of the JIT tree from this node

Source from the content-addressed store, hash-verified

285
286 /// Returns the height of the JIT tree from this node
287 int getHeight() const { return m_height; }
288
289 /// Returns the short name for this type
290 /// \note For the shift node this is "Sh" appended by the short name of the

Callers 14

passesJitHeuristicsFunction · 0.80
createSelectNodeFunction · 0.80
passesJitHeuristicsFunction · 0.80
createSelectNodeFunction · 0.80
passesJitHeuristicsFunction · 0.80
BinaryNodeMethod · 0.80
UnaryNodeMethod · 0.80
createNaryNodeFunction · 0.80
BinaryNodeMethod · 0.80
UnaryNodeMethod · 0.80
ModdimNodeMethod · 0.80
NodeIteratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected