Home
last modified time | relevance | path

Searched defs:deps_graph (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dtypes_test.cc30 UsageGraph deps_graph; in TEST() local
36 UsageGraph deps_graph = {{1}, {}}; in TEST() local
44 UsageGraph deps_graph = {{1}, {2}, {3}, {4}, {}}; in TEST() local
55 UsageGraph deps_graph = {{1}, {2, 3, 4}, {7}, {5}, {7}, {6}, in TEST() local
Dtypes.cc27 void BFS(size_t start, const UsageGraph& deps_graph, in BFS()
50 UsageGraph ReallocationGraph(const UsageGraph& deps_graph) { in ReallocationGraph()