Searched defs:IsFill (Results 1 – 4 of 4) sorted by relevance
278 bool IsFill(const NodeDef& node) { return node.op() == "Fill"; } in IsFill() function
351 bool TFGraphDialect::IsFill(TFOp op) const { in IsFill() function in mlir::tfg::TFGraphDialect
3297 bool IsFill = !IsSpill; in foldMemoryOperandImpl() local
4525 bool IsFill = !IsSpill; in foldMemoryOperandImpl() local