Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dtypes_test.cc31 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST()
37 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST()
45 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST()
57 UsageGraph reallocation_graph = ReallocationGraph(deps_graph); in TEST()
Dtypes.h77 UsageGraph ReallocationGraph(const UsageGraph& deps_graph);
Dtypes.cc50 UsageGraph ReallocationGraph(const UsageGraph& deps_graph) { in ReallocationGraph() function