Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dtracing_schema.h51 static TupleType MakeTuple(const ProtoParseFailure* table) { in MakeTuple() function
89 static TupleType MakeTuple(const ResultExpectError* table) { in MakeTuple() function
127 static TupleType MakeTuple(const ResultExpectStatusError* table) { in MakeTuple() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp63 struct MakeTuple { struct
81 auto f = std::bind_front(MakeTuple{}); in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp66 struct MakeTuple { struct
84 auto f = std::__bind_back(MakeTuple{}); in test() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc539 /* static */ Literal LiteralUtil::MakeTuple( in MakeTuple() function in xla::LiteralUtil
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc455 /*static*/ Status XRTTupleAllocation::MakeTuple( in MakeTuple() function in tensorflow::XRTTupleAllocation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc241 StatusOr<std::unique_ptr<PyTpuBuffer>> PyTpuBuffer::MakeTuple( in MakeTuple() function in xla::PyTpuBuffer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/tests/
H A Draw_api_test.cc807 TEST(RawApiTest, MakeTuple) { in TEST() argument