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