Home
last modified time | relevance | path

Searched defs:DeconstructTuple (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/
H A Dxla_service.proto62 rpc DeconstructTuple(DeconstructTupleRequest) rpc
H A Dgrpc_service.cc42 ::grpc::Status GRPCService::DeconstructTuple(::grpc::ServerContext* context, in DeconstructTuple() function in xla::GRPCService
H A Dgrpc_stub.cc94 Status GRPCStub::DeconstructTuple(const DeconstructTupleRequest* request, in DeconstructTuple() function in xla::GRPCStub
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dallocation_tracker.cc129 StatusOr<std::vector<GlobalDataHandle>> AllocationTracker::DeconstructTuple( in DeconstructTuple() function in xla::AllocationTracker
H A Dservice.cc210 Status Service::DeconstructTuple(const DeconstructTupleRequest* arg, in DeconstructTuple() function in xla::Service
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddeconstruct_tuple_test.cc55 TEST_F(DeconstructTupleTest, DeconstructTuple) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc403 StatusOr<std::vector<std::unique_ptr<GlobalData>>> Client::DeconstructTuple( in DeconstructTuple() function in xla::Client