Home
last modified time | relevance | path

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

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