Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.h50 void AddOperationOutput(tensorflow::TensorHandle* handles, int64 operation_id,
Dremote_mgr.cc38 void RemoteMgr::AddOperationOutput(tensorflow::TensorHandle* handle, in AddOperationOutput() function in tensorflow::eager::RemoteMgr
Deager_service_impl.cc196 eager_context->RemoteMgr()->AddOperationOutput(retvals[i], op_id, in AddOpRetvalsToResponse()