Searched defs:AddN (Results 1 – 5 of 5) sorted by relevance
25 inline void AddN(const RuntimeShape& input_shape, const size_t num_inputs, in AddN() function
823 TEST_F(NaryGradTest, AddN) { in TEST_F() argument
212 class AddN : public BuiltinOperator<AddNOperator, ::tflite::AddNOptions, class
984 TEST_F(OpTest, AddN) { in TEST_F() argument
34742 func AddN(scope *Scope, inputs []tf.Output) (sum tf.Output) { func