Searched refs:IsProd (Results 1 – 5 of 5) sorted by relevance
130 struct IsProd { struct138 static_assert(IsSum<T, Op>::value || IsProd<T, Op>::value, argument149 typename std::enable_if<IsProd<U, OpCopy>::value, U>::type t = U(1)) { in operator()
799 struct IsProd {808 IsMin<T, Op>::value || IsProd<T, Op>::value ||832 typename std::enable_if<IsProd<U, OpCopy>::value, U>::type t = U(1)) {
121 bool IsProd(const NodeDef& node);
367 bool IsProd(const NodeDef& node) { return node.op() == "Prod"; } in IsProd() function
312 return IsSum(node) || IsMean(node) || IsProd(node) || IsMax(node) || in IsReduceOp()