Searched defs:add_all (Results 1 – 5 of 5) sorted by relevance
168 inline void add_all(internal::type_list<Gen1, GenNext...>) in add_all() function174 inline void add_all(internal::type_list<>) in add_all() function
88 auto add_all = ops::AddN(s.WithOpName("Add_all"), inputs); in TEST_F() local
1600 def add_all(self, x): member in ConvertVariablesToConstantsSessionTest.testVariableModelWithFunctionAndFunctionInliningDisabled.BasicModel
2507 auto add_all = ops::Add(s.WithOpName("Add_all"), add_ab, add_bc); in TEST_F() local2635 auto add_all = ops::Add(s.WithOpName("AddAll"), add_abc, add_xyz); in TEST_F() local2829 auto add_all = in TEST_F() local
1361 def add_all(*args): function