Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc928 std::vector<int64_t> GetActiveHandlerPrioritiesForTesting() in GetActiveHandlerPrioritiesForTesting() function in tensorflow::RunHandlerPool::Impl
1102 std::vector<int64_t> RunHandlerPool::GetActiveHandlerPrioritiesForTesting() in GetActiveHandlerPrioritiesForTesting() function in tensorflow::RunHandlerPool
1104 return impl_->GetActiveHandlerPrioritiesForTesting(); in GetActiveHandlerPrioritiesForTesting()
H A Drun_handler_test.cc97 pool->GetActiveHandlerPrioritiesForTesting(); in TEST()
108 sorted_active_list = pool->GetActiveHandlerPrioritiesForTesting(); in TEST()
H A Drun_handler.h73 std::vector<int64_t> GetActiveHandlerPrioritiesForTesting() const;
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler_test.cc101 pool->GetActiveHandlerPrioritiesForTesting(); in TEST()
112 sorted_active_list = pool->GetActiveHandlerPrioritiesForTesting(); in TEST()
H A Drun_handler.cc868 std::vector<int64_t> GetActiveHandlerPrioritiesForTesting() in GetActiveHandlerPrioritiesForTesting() function in tfrt::tf::RunHandlerPool::Impl
1032 std::vector<int64_t> RunHandlerPool::GetActiveHandlerPrioritiesForTesting() in GetActiveHandlerPrioritiesForTesting() function in tfrt::tf::RunHandlerPool
1034 return impl_->GetActiveHandlerPrioritiesForTesting(); in GetActiveHandlerPrioritiesForTesting()
H A Drun_handler.h122 std::vector<int64_t> GetActiveHandlerPrioritiesForTesting() const;