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