Home
last modified time | relevance | path

Searched refs:kThread (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc42 Context outer_context(ContextKind::kThread); in TEST()
54 Context inner_context(ContextKind::kThread); in TEST()
262 Context outer_context(ContextKind::kThread); in TEST()
275 Context inner_context(ContextKind::kThread); in TEST()
288 Context outer_context(ContextKind::kThread); in TEST()
305 Context inner_context(ContextKind::kThread); in TEST()
/external/tensorflow/tensorflow/core/platform/
Dcontext.h27 kThread, enumerator
Dthreadpool.cc75 Context(ContextKind::kThread), in CreateTask()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.h160 kThread, enumerator
176 PERFETTO_DCHECK(scope() == Scope::kThread); in utid()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc39 constexpr uint32_t kThread = 3; variable
260 case kThread: { in ParseRecord()
/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()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc78 Context(ContextKind::kThread), in CreateTask()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc407 context_(ContextKind::kThread), in ExecutorState()