Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h81 bool is_thread_local() const { return is_thread_local_; } in is_thread_local()
83 is_thread_local_ = is_thread_local; in set_is_thread_local()
301 bool is_thread_local_ = false; variable
Dbuffer_assignment.cc257 proto.set_is_thread_local(is_thread_local_); in ToProto()