Searched defs:node_to_loc (Results 1 – 2 of 2) sorted by relevance
40 std::function<string(const Node*)> node_to_loc, in PartitionFunctionGraph()105 auto node_to_loc = [](const Node* node) { in InsertTransferOps() local
35 NodeToLocFunc node_to_loc = nullptr; member