Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DNetworkFlow.cpp87 std::vector<std::vector<size_t>> residual_level_graph(size_t s) const { in residual_level_graph() function
129 std::vector<std::vector<size_t>> level_adj = residual_level_graph(s); in augment_iteration()