Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc336 (!ctx->OnSameTask(src_device, target_device)); in SerializePackedHandle()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h492 bool OnSameTask(const Device* first, const Device* second) const;
Dcontext.cc953 bool EagerContext::OnSameTask(const Device* first, const Device* second) const { in OnSameTask() function in tensorflow::EagerContext
Dexecute.cc864 !ctx.OnSameTask(op_device, input_device)) { in EagerRemoteExecute()