Home
last modified time | relevance | path

Searched refs:best_node (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/util/
Dregister_allocate.c742 unsigned int best_node = -1; in ra_get_best_spill_node() local
765 best_node = n; in ra_get_best_spill_node()
769 return best_node; in ra_get_best_spill_node()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dtraining_ops.cc538 trees::TreeNode best_node = best_split.oblivious_split_info.split_node(); in FindBestSplitOblivious() local
543 << ", best split: " << best_node.node_case() << ")"; in FindBestSplitOblivious()
544 if (current_node.node_case() < best_node.node_case()) { in FindBestSplitOblivious()
546 } else if (current_node.node_case() == best_node.node_case()) { in FindBestSplitOblivious()
/external/webp/src/enc/
Dquant_enc.c731 int best_node = best_path[1]; in TrellisQuantizeBlock() local
733 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()
736 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()
741 best_node = node->prev; in TrellisQuantizeBlock()