Home
last modified time | relevance | path

Searched refs:new_handler_inserted (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc879 bool new_handler_inserted = false; in Get() local
881 if (!new_handler_inserted && (it == sorted_active_handlers_.cend() || in Get()
884 new_handler_inserted = true; in Get()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc811 bool new_handler_inserted = false; in Get() local
813 if (!new_handler_inserted && (it == sorted_active_handlers_.cend() || in Get()
816 new_handler_inserted = true; in Get()