MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Executor

Method Executor

tensorflow/core/common_runtime/eager/context.cc:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139EagerExecutor* EagerContext::Executor() {
140 tf_shared_lock l(executor_map_mu_);
141 return gtl::FindWithDefault(thread_local_executor_,
142 std::this_thread::get_id(), &default_executor_);
143}
144
145void EagerContext::SetExecutorForThread(EagerExecutor* executor) {
146 tensorflow::mutex_lock l(executor_map_mu_);

Callers 14

executorMethod · 0.45
DoCallPyFuncFunction · 0.45
EagerLocalExecuteFunction · 0.45
EagerRemoteExecuteFunction · 0.45
EnqueueMethod · 0.45
WaitQueueDoneMethod · 0.45
SendTensorMethod · 0.45
TFE_TensorHandleResolveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected