Searched defs:add_leaf (Results 1 – 5 of 5) sorted by relevance
35 macro_rules! add_leaf { macro
188 pub fn add_leaf(&mut self, text: &str) { in add_leaf() method
249 pub fn add_leaf(&self, text: &str) { in add_leaf() method
136 bool HeuristicTree::add_leaf(NodeID id, T val) in add_leaf() function in arm_compute::mlgo::HeuristicTree
579 pub(crate) async fn add_leaf<I: IdentityProvider>( in add_leaf() method