Home
last modified time | relevance | path

Searched defs:SendTensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.cc112 ::grpc::Status EagerService::Stub::SendTensor(::grpc::ClientContext* context, in SendTensor() function in tensorflow::eager::grpc::EagerService::Stub
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto199 rpc SendTensor(SendTensorRequest) returns (SendTensorResponse); rpc
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc275 Status EagerServiceImpl::SendTensor(const SendTensorRequest* request, in SendTensor() function in tensorflow::eager::EagerServiceImpl