Home
last modified time | relevance | path

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

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