HomeSort by relevance Sort by last modified time
    Searched defs:__thread (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/lib/
static_threadlocal.h 20 #define __thread __declspec(thread) macro
25 static __thread _Type_ s_obj_##_var_; \
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 261 #define __thread __declspec(thread) macro
267 static __thread _Type_ s_obj_##_var_; \

Completed in 70 milliseconds