Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc144 const link_access_type& link_access = link_access_type(), in IntrusiveHeap() argument
146 : rep_(comp, link_access, alloc) {} in IntrusiveHeap()
223 const link_access_type& link_access, in Rep()
226 link_access_type(link_access), in Rep()
233 const link_access_type& link_access() const { return rep_; } in link_access() function in tensorflow::__anond2c82b040111::IntrusiveHeap
239 return link_access().Get(t).get(); in GetPositionOf()
243 return link_access().Set(t, IntrusiveHeapLink(pos)); in SetPositionOf()