Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler_test.cc144 internal::ThreadWorkSource tws; in TEST_P() local
216 internal::ThreadWorkSource* tws; in TEST_P() local
257 internal::ThreadWorkSource* tws; in TEST_P() local
289 internal::ThreadWorkSource* tws; in TEST_P() local
321 internal::ThreadWorkSource* tws; in TEST_P() local
367 internal::ThreadWorkSource* tws; in TEST_P() local
401 internal::ThreadWorkSource* tws; in TEST_P() local
436 internal::ThreadWorkSource* tws; in TEST_P() local
482 internal::ThreadWorkSource tws[3]; in TEST_P() local
553 internal::ThreadWorkSource tws[4]; in TEST_P() local
Drun_handler.cc410 void RunHandlerThreadPool::AddWorkToQueue(ThreadWorkSource* tws, in AddWorkToQueue()
475 bool* task_from_blocking_queue, ThreadWorkSource** tws) { in FindTask()
518 ThreadWorkSource* tws = nullptr; in WorkerLoop() local
684 internal::ThreadWorkSource* tws() { return &tws_; } in tws() function in tfrt::tf::RunHandler::Impl
/external/tensorflow/tensorflow/core/framework/
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
Drun_handler.cc383 void RunHandlerThreadPool::AddWorkToQueue(ThreadWorkSource* tws, in AddWorkToQueue()
486 bool* task_from_blocking_queue, ThreadWorkSource** tws) { in FindTask()
529 ThreadWorkSource* tws = nullptr; in WorkerLoop() local
676 ThreadWorkSource* tws = nullptr; in WaitForWork() local
740 internal::ThreadWorkSource* tws() { return &tws_; } in tws() function in tensorflow::RunHandler::Impl
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc402 auto can_refine_subtypes = [](TF::TensorFlowTypeWithSubtype tws) { in CanBeRefined()