Home
last modified time | relevance | path

Searched refs:last_node_index (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/scoring/
Dranker.cc91 const size_t last_node_index = scored_document_hits_heap->size() - 1; in PopRoot() local
94 scored_document_hits_heap->at(last_node_index)); in PopRoot()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1374 const int last_node_index = nodes_.size() - 1; in RemoveNodesInternal() local
1375 std::swap(nodes_[last_node_index], nodes_[removed_node_index]); in RemoveNodesInternal()
1376 graph()->mutable_node()->SwapElements(last_node_index, in RemoveNodesInternal()