Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc134 DEFINE_SET_ATTR(bool, bool_attrs_);
153 for (const auto& p : bool_attrs_) { in FillAttrValueMap()
272 for (const auto& p : bool_attrs_) { in BuildCacheKeyForDevice()
Dattr_builder.h139 AttrVec<bool> bool_attrs_; variable