OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecuteGraphParallel
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/rpc/
xla_service.proto
142
rpc
ExecuteGraphParallel
(ExecuteGraphParallelRequest)
grpc_service.cc
72
::grpc::Status GRPCService::
ExecuteGraphParallel
(
76
return service_->
ExecuteGraphParallel
(arg, result);
grpc_stub.cc
79
Status GRPCStub::
ExecuteGraphParallel
(
83
return grpc_stub_->
ExecuteGraphParallel
(context, *request, response);
grpc_stub.h
52
Status
ExecuteGraphParallel
(const ExecuteGraphParallelRequest* request,
grpc_service.h
53
::grpc::Status
ExecuteGraphParallel
(::grpc::ServerContext* context,
/external/tensorflow/tensorflow/compiler/xla/
service_interface.h
56
virtual Status
ExecuteGraphParallel
(const ExecuteGraphParallelRequest* arg,
/external/tensorflow/tensorflow/compiler/xla/service/
service.h
114
Status
ExecuteGraphParallel
(const ExecuteGraphParallelRequest* arg,
service.cc
614
Status Service::
ExecuteGraphParallel
(const ExecuteGraphParallelRequest* arg,
665
<< "
ExecuteGraphParallel
created HloModuleConfig computation layout: "
684
//
ExecuteGraphParallel
, so we have to pass a null device_allocator below.
710
// We do this because the Client API uses
ExecuteGraphParallel
when it wants
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/client/
client.cc
345
Status s = stub_->
ExecuteGraphParallel
(&request, &response);
Completed in 467 milliseconds