Searched refs:kReduceProd (Results 1 – 7 of 7) sorted by relevance
60 case OperatorType::kReduceProd: in Run()
541 case OperatorType::kReduceProd: in KeepDims()2273 case OperatorType::kReduceProd: in Run()
144 {{OperatorType::kReduceProd, 1}, "1.11.0"}, in GetMinimumRuntimeVersionForModel()
181 OperatorType::kReduceProd); in TEST_F()
1903 OperatorType::kReduceProd)); in BuildOperatorList()
96 kReduceProd, // Reduction product enumerator1476 TensorFlowProdOperator() : Operator(OperatorType::kReduceProd) {}
2286 } else if (src_op.type == OperatorType::kReduceProd) { in ConvertOperator()