Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc874 static constexpr const char* const kExecutorAttr = "_executor"; variable
881 } else if (const AttrValue* executor_attr = attrs.Find(kExecutorAttr)) { in ExecutorType()
894 if (p.first != kExecutorAttr) { in Canonicalize()
920 entries.push_back(strings::StrCat(kExecutorAttr, "=", executor_type)); in Canonicalize()