Home
last modified time | relevance | path

Searched defs:AddN (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dadd_n.h28 inline void AddN(const RuntimeShape& input_shape, const size_t num_inputs, in AddN() function
42 inline void AddN(const ArithmeticParams& params, in AddN() function
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc1646 void AddN(const int32_t rank, in AddN() function
Donedevice_train_palm_detection_filter_inference.cc1647 void AddN(const int32_t rank, in AddN() function
Donedevice_train_palm_detection_filter_inference_v2.cc1650 void AddN(const int32_t rank, in AddN() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc224 class AddN : public BuiltinOperator<AddNOperator, ::tflite::AddNOptions, class
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc832 TEST_F(NaryGradTest, AddN) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1608 TEST_F(OpTest, AddN) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h8332 inline void AddN(const RuntimeShape& input_shape, const size_t num_inputs, in AddN() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go289 func AddN(scope *Scope, inputs []tf.Output) (sum tf.Output) { func