Searched refs:get_heuristic_tree (Results 1 – 3 of 3) sorted by relevance
135 std::tie(status, tree) = get_heuristic_tree(id); in check_heuristic_tree()168 std::pair<bool, HeuristicTree *> MLGOHeuristics::get_heuristic_tree(HeuristicTree::TreeID id) in get_heuristic_tree() function in arm_compute::mlgo::MLGOHeuristics
118 std::pair<bool, HeuristicTree *> get_heuristic_tree(HeuristicTree::TreeID id);
721 std::tie(valid, t) = CHECK(h.get_heuristic_tree(tree_id), valid); in heuristic_tree()