Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dtypes_test.cc30 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()
Dtypes.cc27 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()
Dtypes.h28 using UsageGraph = std::vector<std::vector<size_t>>; variable
77 UsageGraph ReallocationGraph(const UsageGraph& deps_graph);
Dgreedy_in_order_assignment.h56 const UsageGraph* reallocation_graph = nullptr) {
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management.h93 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);
Dmemory_management.cc79 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()