Home
last modified time | relevance | path

Searched defs:TaskProfile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
H A Dinternal.h51 using TaskProfile = std::vector<TensorUsageWithIndex<size_t>>; variable
/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles.h199 TaskProfile(const std::string& name) : name_(name), res_cached_(false) {} in TaskProfile() function
H A Dtask_profiles_test.cpp184 TEST_P(TaskProfileFixture, TaskProfile) { in TEST_P() argument