Home
last modified time | relevance | path

Searched defs:tuple_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dtuples.hpp463 struct tuple_base { struct
465 typedef nil_t a_type;
466 typedef nil_t b_type;
467 typedef nil_t c_type;
470 typedef nil_t d_type;
471 typedef nil_t e_type;
472 typedef nil_t f_type;
475 typedef nil_t g_type;
476 typedef nil_t h_type;
477 typedef nil_t i_type;
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dnumeric_utils.py76 def compare_tuple_tensors(tuple_base, tuple_control, precision): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc1046 bool tuple_base = base_type == &PyTuple_Type; in IsNamedtuple() local