Searched defs:TaskProfile (Results 1 – 3 of 3) sorted by relevance
51 using TaskProfile = std::vector<TensorUsageWithIndex<size_t>>; variable
199 TaskProfile(const std::string& name) : name_(name), res_cached_(false) {} in TaskProfile() function
184 TEST_P(TaskProfileFixture, TaskProfile) { in TEST_P() argument