Searched refs:add_all (Results 1 – 4 of 4) sorted by relevance
159 add_all(internal::type_list<Gen...>()); in DynamicSGroupFromTemplateArgs()168 inline void add_all(internal::type_list<Gen1, GenNext...>) in add_all() function171 add_all(internal::type_list<GenNext...>()); in add_all()174 inline void add_all(internal::type_list<>) in add_all() function
541 if len(argv) > 1 and options.add_noncompliant and not options.add_all:546 if len(argv) > 1 and options.add_experimental and not options.add_all:569 if (options.clean_tests or options.add_all or options.add_samples or579 if options.add_all:592 if options.add_all:
87 auto add_all = ops::AddN(s.WithOpName("Add_all"), inputs); in TEST_F() local
2015 auto add_all = ops::Add(s.WithOpName("Add_all"), add_ab, add_bc); in TEST_F() local2016 auto outputs = ops::Identity(s.WithOpName("outputs"), add_all); in TEST_F()2142 auto add_all = ops::Add(s.WithOpName("AddAll"), add_abc, add_xyz); in TEST_F() local2143 auto outputs = ops::Identity(s.WithOpName("outputs"), add_all); in TEST_F()2333 auto add_all = in TEST_F() local