Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc881 } else if (const AttrValue* executor_attr = attrs.Find(kExecutorAttr)) { in ExecutorType() local
882 return executor_attr->s(); in ExecutorType()