Searched refs:SendTensor (Results 1 – 10 of 10) sorted by relevance
42 CLIENT_METHOD(SendTensor);
98 Status SendTensor(const SendTensorRequest* request,
275 Status EagerServiceImpl::SendTensor(const SendTensorRequest* request, in SendTensor() function in tensorflow::eager::EagerServiceImpl
315 TF_ASSERT_OK(eager_service_impl.SendTensor(&send_tensor_request, in TEST_F()
64 virtual ::grpc::Status SendTensor(::grpc::ClientContext* context,89 ::grpc::Status SendTensor(::grpc::ClientContext* context,
51 ENQUEUE_REQUEST(SendTensor); in HandleRPCsLoop()
65 HANDLER(SendTensor);
52 CLIENT_METHOD(SendTensor);
112 ::grpc::Status EagerService::Stub::SendTensor(::grpc::ClientContext* context, in SendTensor() function in tensorflow::eager::grpc::EagerService::Stub
137 // (which would have corresponded to the _Recv op when not using SendTensor).199 rpc SendTensor(SendTensorRequest) returns (SendTensorResponse); rpc