OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetComputationGraphStats
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/rpc/
xla_service.proto
78
rpc
GetComputationGraphStats
(ComputationGraphStatsRequest)
grpc_stub.cc
101
Status GRPCStub::
GetComputationGraphStats
(
105
return grpc_stub_->
GetComputationGraphStats
(context, *request, response);
grpc_stub.h
61
Status
GetComputationGraphStats
(const ComputationGraphStatsRequest* request,
/external/tensorflow/tensorflow/compiler/xla/
service_interface.h
65
virtual Status
GetComputationGraphStats
(
/external/tensorflow/tensorflow/compiler/xla/service/
service.h
174
Status
GetComputationGraphStats
(const ComputationGraphStatsRequest* arg,
service.cc
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/client/
client.cc
434
Status s = stub_->
GetComputationGraphStats
(&request, &response);
Completed in 735 milliseconds