Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/mpl/test/
Dsize.cpp21 typedef list<> empty_list; in MPL_TEST_CASE() typedef
/external/tensorflow/tensorflow/compiler/xla/
Dutil_test.cc52 std::list<int64_t> empty_list; in TEST() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp629 utree::list_type const empty_list = utree::list_type(); variable
/external/pytorch/torch/csrc/jit/runtime/
Dregister_special_ops.cpp33 void checkListInputType(const c10::TypePtr& elem_type, bool empty_list) { in checkListInputType()
/external/python/uritemplates/tests/fixtures/
Dextended-tests.json89 "empty_list" : [], array
/external/python/cpython3/Modules/
Ditertoolsmodule.c1844 PyObject *empty_list; in islice_reduce() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2971 tensorflow::Safe_PyObjectPtr empty_list(PyList_New(0)); local