Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.bind.partial/
Dtypes.h15 struct MakeTuple { struct
17 constexpr auto operator()(Args&&... args) const { in operator()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.bind.partial/
Dtypes.h15 struct MakeTuple { struct
17 constexpr auto operator()(Args&&... args) const { in operator()
/external/federated-compute/fcp/base/
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
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp66 struct MakeTuple { struct
84 auto f = std::__bind_back(MakeTuple{}); in test() argument
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp66 struct MakeTuple { struct
84 auto f = std::__bind_back(MakeTuple{}); in test() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp64 struct MakeTuple { struct
82 auto f = std::bind_front(MakeTuple{}); in test() argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp64 struct MakeTuple { struct
82 auto f = std::bind_front(MakeTuple{}); in test() argument
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc539 /* static */ Literal LiteralUtil::MakeTuple( in MakeTuple() function in xla::LiteralUtil
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc455 /*static*/ Status XRTTupleAllocation::MakeTuple( in MakeTuple() function in tensorflow::XRTTupleAllocation
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc241 StatusOr<std::unique_ptr<PyTpuBuffer>> PyTpuBuffer::MakeTuple( in MakeTuple() function in xla::PyTpuBuffer
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc807 TEST(RawApiTest, MakeTuple) { in TEST() argument