Home
last modified time | relevance | path

Searched defs:ProdOp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dreduce.h278 struct ProdOp { struct
279 inline T operator()(const T& a) const { return a; } in operator()
280 inline T operator()(const T& a, const T& b) const { return a * b; } in operator()
281 static constexpr T kNeutralElement = T(1);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dreduction_ops.cc47 class ProdOp : public XlaReductionOp { class
49 explicit ProdOp(OpKernelConstruction* ctx) in ProdOp() function in tensorflow::__anonff6dd4aa0111::ProdOp