Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc921 static constexpr const char* const kExecutorAttr = "_executor"; variable
928 } else if (const AttrValue* executor_attr = attrs.Find(kExecutorAttr)) { in ExecutorType()
1027 if (p.first != kExecutorAttr) { in Canonicalize()
1062 entries.push_back(AttrKeyAndValue(kExecutorAttr, -1, executor_type)); in Canonicalize()