Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/lib/
Dconnected_traceme.h98 uint64 GetContextId() const { return context_id_; } in GetContextId() function
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_wrapper.cc236 CUptiResult CuptiWrapper::GetContextId(CUcontext context, in GetContextId() function in tensorflow::profiler::CuptiWrapper
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc1048 uint64 EagerContext::GetContextId() const { in GetContextId() function in tensorflow::EagerContext