Home
last modified time | relevance | path

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

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