Searched refs:single_request (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 333 ExecuteGraphRequest single_request; in ExecuteParallel() local 334 *single_request.mutable_computation() = computation.computation.proto(); in ExecuteParallel() 336 *single_request.add_arguments() = argument->handle(); in ExecuteParallel() 338 *single_request.mutable_execution_options() = computation.execution_options; in ExecuteParallel() 339 *request.add_requests() = single_request; in ExecuteParallel()
|
/external/python/asn1crypto/tests/ |
D | test_ocsp.py | 32 single_request = request_list[0] 33 req_cert = single_request['req_cert']
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 1160 return self.single_request(host, handler, request_body, verbose) 1169 def single_request(self, host, handler, request_body, verbose=False): member in Transport
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 1283 return self.single_request(host, handler, request_body, verbose) 1300 def single_request(self, host, handler, request_body, verbose=0): member in Transport
|