HomeSort by relevance Sort by last modified time
    Searched defs:empty_list (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
util_test.cc 51 std::list<int64> empty_list; local
52 EXPECT_EQ(VectorString(empty_list), "()");
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h 25 struct empty_list { static const std::size_t count = 0; }; struct in namespace:Eigen::internal
27 template<typename T, typename Tail=empty_list> struct type_list {
47 typedef empty_list type;
117 struct get<i, empty_list>
125 struct get<i, type_list<Head, empty_list> >
133 struct get<0, type_list<Head, empty_list> >
157 template <> struct arg_prod<empty_list> {
  /external/python/cpython3/Modules/
itertoolsmodule.c 1569 PyObject *empty_list; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 134 struct cil_list *empty_list; local
141 cil_list_init(&empty_list, perm_strs->flavor);
142 cil_list_append(*perm_datums, CIL_LIST, empty_list);
    [all...]
  /external/u-boot/fs/ubifs/
ubifs.h 2026 struct list_head empty_list; member in struct:ubifs_info
    [all...]

Completed in 353 milliseconds