Searched refs:IsBetainc (Results 1 – 4 of 4) sorted by relevance
46 bool IsBetainc(const NodeDef& node);
110 bool IsBetainc(const NodeDef& node) { return node.op() == "Betainc"; } in IsBetainc() function
366 if (IsBetainc(node) || IsSelect(node)) { in DataInputPos()2121 } else if (IsBetainc(*node)) { in Expand()
2064 bool IsTernaryOp(const NodeDef& node) { return IsBetainc(node); } in IsTernaryOp()