Home
last modified time | relevance | path

Searched defs:tws (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler_test.cc162 internal::ThreadWorkSource tws; in TEST_P() local
234 internal::ThreadWorkSource* tws; in TEST_P() local
275 internal::ThreadWorkSource* tws; in TEST_P() local
307 internal::ThreadWorkSource* tws; in TEST_P() local
339 internal::ThreadWorkSource* tws; in TEST_P() local
385 internal::ThreadWorkSource* tws; in TEST_P() local
419 internal::ThreadWorkSource* tws; in TEST_P() local
454 internal::ThreadWorkSource* tws; in TEST_P() local
500 internal::ThreadWorkSource tws[3]; in TEST_P() local
571 internal::ThreadWorkSource tws[4]; in TEST_P() local
H A Drun_handler.cc412 void RunHandlerThreadPool::AddWorkToQueue(ThreadWorkSource* tws, in AddWorkToQueue()
477 bool* task_from_blocking_queue, ThreadWorkSource** tws) { in FindTask()
520 ThreadWorkSource* tws = nullptr; in WorkerLoop() local
676 internal::ThreadWorkSource* tws() { return &tws_; } in tws() function in tfrt::tf::RunHandler::Impl
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler_test.cc125 internal::ThreadWorkSource tws; in TEST() local
183 internal::ThreadWorkSource* tws; in TEST() local
224 internal::ThreadWorkSource* tws; in TEST() local
256 internal::ThreadWorkSource* tws; in TEST() local
288 internal::ThreadWorkSource* tws; in TEST() local
334 internal::ThreadWorkSource* tws; in TEST() local
368 internal::ThreadWorkSource* tws; in TEST() local
403 internal::ThreadWorkSource* tws; in TEST() local
447 internal::ThreadWorkSource tws[3]; in TEST() local
518 internal::ThreadWorkSource tws[4]; in TEST() local
H A Drun_handler.cc391 void RunHandlerThreadPool::AddWorkToQueue(ThreadWorkSource* tws, in AddWorkToQueue()
494 bool* task_from_blocking_queue, ThreadWorkSource** tws) { in FindTask()
537 ThreadWorkSource* tws = nullptr; in WorkerLoop() local
684 ThreadWorkSource* tws = nullptr; in WaitForWork() local
748 internal::ThreadWorkSource* tws() { return &tws_; } in tws() function in tensorflow::RunHandler::Impl
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/shape_inference/
H A Dpass.cc47 auto can_refine_subtypes = [](tf_type::TensorFlowTypeWithSubtype tws) { in CanBeRefined()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc420 auto can_refine_subtypes = [](TF::TensorFlowTypeWithSubtype tws) { in CanBeRefined()