Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/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/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp63 struct MakeTuple { struct
81 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