Home
last modified time | relevance | path

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

/third_party/boost/boost/test/data/monomorphic/
Dsample_merge.hpp33 struct is_tuple : std::false_type {}; struct
36 struct is_tuple<std::tuple<T...>> : std::true_type {}; struct
39 struct is_tuple<T&&> : is_tuple<typename std::decay<T>::type> {}; struct
42 struct is_tuple<T&> : is_tuple<typename std::decay<T>::type> {}; struct
/third_party/skia/src/core/
DSkEnumerate.h20 template <typename> struct is_tuple : std::false_type {}; struct
/third_party/boost/boost/histogram/detail/
Ddetect.hpp129 using is_tuple = typename is_tuple_impl<T>::type; typedef
/third_party/python/Lib/test/
Dtest_future.py163 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
/third_party/mindspore/mindspore/nn/optim/
Dadafactor.py151 def trans_to_tensor(paras, is_tuple=False, fp32=True): argument
/third_party/python/Lib/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py29 def is_tuple(self, string): member in Test_is_tuple
/third_party/python/Objects/
Dgenericaliasobject.c306 int is_tuple = PyTuple_Check(item); in _Py_subs_parameters() local
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc300 bool is_tuple = value->isa<ValueTuple>(); in GetSequenceText() local
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c618 gboolean is_tuple = FALSE; in parse_array() local
/third_party/libxml2/python/
Dlibxml.c3496 int is_tuple = 0; in PyxmlNodeSet_Convert() local
3555 int is_tuple = 0; in PystringSet_Convert() local