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