Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc28 __device__ int thread_counter; variable
48 auto old_counter_value = atomicAdd(&thread_counter, 1); in FillKernel()
76 cudaMemcpyToSymbol(thread_counter, &zero, sizeof(int)); in operator ()()
/external/tensorflow/tensorflow/core/profiler/lib/
Dtraceme.cc24 static std::atomic<uint32> thread_counter(1); // avoid kUntracedActivity variable
26 const thread_local static uint32 thread_id = thread_counter.fetch_add(1); in NewActivityId()