Home
last modified time | relevance | path

Searched refs:GetComputationGraphStats (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_stub.cc101 Status GRPCStub::GetComputationGraphStats( in GetComputationGraphStats() function in xla::GRPCStub
105 return grpc_stub_->GetComputationGraphStats(context, *request, response); in GetComputationGraphStats()
Dgrpc_stub.h61 Status GetComputationGraphStats(const ComputationGraphStatsRequest* request,
Dxla_service.proto78 rpc GetComputationGraphStats(ComputationGraphStatsRequest) rpc
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h65 virtual Status GetComputationGraphStats(
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h174 Status GetComputationGraphStats(const ComputationGraphStatsRequest* arg,
Dservice.cc1126 Status Service::GetComputationGraphStats( in GetComputationGraphStats() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc434 Status s = stub_->GetComputationGraphStats(&request, &response); in GetComputationStats()