Searched defs:IsPow (Results 1 – 2 of 2) sorted by relevance
430 bool IsPow(const NodeDef& node) { return node.op() == "Pow"; } in IsPow() function
621 bool TFGraphDialect::IsPow(TFOp op) const { in IsPow() function in mlir::tfg::TFGraphDialect