Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc898 bool op_is_local = IsLocal(op->EagerContext(), op->Device()); in EagerExecute() local
900 if (op_is_local) { in EagerExecute()