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

Method NodeIterator

src/backend/common/jit/NodeIterator.hpp:49–51  ·  view source on GitHub ↗

NodeIterator Constructor \param[in] root The root node of the tree

Source from the content-addressed store, hash-verified

47 ///
48 /// \param[in] root The root node of the tree
49 NodeIterator(pointer root) : tree{root} {
50 tree.reserve(root->getHeight() * 8);
51 }
52
53 /// The equality operator
54 ///

Callers

nothing calls this directly

Calls 1

getHeightMethod · 0.80

Tested by

no test coverage detected