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

Method GetCurrentThreadId

tensorflow/core/platform/env.h:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 return target_->StartThread(thread_options, name, fn);
376 }
377 int32 GetCurrentThreadId() override { return target_->GetCurrentThreadId(); }
378 bool GetCurrentThreadName(string* name) override {
379 return target_->GetCurrentThreadName(name);
380 }

Callers 9

GetCopyIdOfThreadMethod · 0.45
BatchGetValuePtrsMethod · 0.45
BatchGetValuePtrsMethod · 0.45
NodeExecStatsWrapperMethod · 0.45
ThreadLocalRecorderMethod · 0.45
GetCachedTIDFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36