Searched defs:IsProd (Results 1 – 3 of 3) sorted by relevance
125 struct IsProd { struct139 static_assert(IsSum<T, Op>::value || IsProd<T, Op>::value || argument
436 bool IsProd(const NodeDef& node) { return node.op() == "Prod"; } in IsProd() function
631 bool TFGraphDialect::IsProd(TFOp op) const { in IsProd() function in mlir::tfg::TFGraphDialect