Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_copy_node.cc490 if ((ctx_->UseSendTensorRPC()) && send_device_->IsLocal() && in RunAsync()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.h491 bool UseSendTensorRPC() { return use_send_tensor_rpc_; } in UseSendTensorRPC() function