Home
last modified time | relevance | path

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

/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.cc85 auto can_refine_subtypes = [](TF::TensorFlowTypeWithSubtype tws) { in CanBeRefined()