Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dgrpc_stub.cc130 Status GRPCStub::ComputeConstantGraph( in ComputeConstantGraph() function in xla::GRPCStub
134 return grpc_stub_->ComputeConstantGraph(context, *request, response); in ComputeConstantGraph()
H A Dgrpc_stub.h72 Status ComputeConstantGraph(const ComputeConstantGraphRequest* arg,
H A Dxla_service.proto113 rpc ComputeConstantGraph(ComputeConstantGraphRequest) rpc
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dservice_interface.h78 virtual Status ComputeConstantGraph(const ComputeConstantGraphRequest* arg,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.h164 Status ComputeConstantGraph(const ComputeConstantGraphRequest* arg,
H A Dservice.cc1118 Status Service::ComputeConstantGraph(const ComputeConstantGraphRequest* arg, in ComputeConstantGraph() function in xla::Service
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc194 Status s = stub_->ComputeConstantGraph(&request, &response); in ComputeConstant()