Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.cc136 task->propagated_context = Context(ContextKind::kThread); in CreateSplitTask()
161 batch_components->propagated_context = Context(ContextKind::kThread); in RegisterInput()
558 WithContext wc(batch->task(batch->num_tasks() - 1).propagated_context); in ProcessFuncBatch()
641 WithContext wc(batch->task(batch->num_tasks() - 1).propagated_context); in ProcessBatch()
Dbatch_resource_base.h67 Context propagated_context; member