Searched refs:UsageGraph (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/ |
D | types_test.cc | 30 UsageGraph deps_graph; in TEST() 31 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST() 36 UsageGraph deps_graph = {{1}, {}}; in TEST() 37 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST() 44 UsageGraph deps_graph = {{1}, {2}, {3}, {4}, {}}; in TEST() 45 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST() 55 UsageGraph deps_graph = {{1}, {2, 3, 4}, {7}, {5}, {7}, {6}, in TEST() 57 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST()
|
D | types.cc | 27 void BFS(size_t start, const UsageGraph& deps_graph, in BFS() 50 UsageGraph ReallocationGraph(const UsageGraph& deps_graph) { in ReallocationGraph() 52 UsageGraph reallocation_graph(num_vertices); in ReallocationGraph()
|
D | types.h | 28 using UsageGraph = std::vector<std::vector<size_t>>; variable 77 UsageGraph ReallocationGraph(const UsageGraph& deps_graph);
|
D | greedy_in_order_assignment.h | 56 const UsageGraph* reallocation_graph = nullptr) {
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | memory_management.h | 93 const UsageGraph* reallocation_graph = nullptr) { 110 const UsageGraph* reallocation_graph); 116 const UsageGraph* reallocation_graph); 122 const UsageGraph* reallocation_graph); 128 const UsageGraph* reallocation_graph); 135 const UsageGraph* reallocation_graph = nullptr);
|
D | memory_management.cc | 79 const UsageGraph* reallocation_graph) { in AssignObjectsToTensors() 107 const UsageGraph* reallocation_graph) { in AssignObjectsToTensors() 124 const UsageGraph* reallocation_graph) { in AssignObjectsToTensors() 143 const UsageGraph* reallocation_graph) { in AssignObjectsToTensors() 161 const UsageGraph* reallocation_graph) { in AssignOffsetsToTensors()
|