Home
last modified time | relevance | path

Searched defs:tuple_view (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h424 struct tuple_view : public handle { struct
426 tuple_view(handle h) : handle(h) {} in tuple_view() function
428 Py_ssize_t size() const { in size()
432 irange enumerate() const { in enumerate()
440 static bool check(handle h) { in check()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_test.cc1676 const auto tuple_view = LiteralSlice(nested_tuple_view, /*view_root=*/{0}); in TEST_F() local