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