Searched defs:IsSize (Results 1 – 3 of 3) sorted by relevance
527 bool IsSize(const NodeDef& node) { return node.op() == "Size"; } in IsSize() function
793 bool TFGraphDialect::IsSize(TFOp op) const { in IsSize() function in mlir::tfg::TFGraphDialect
301 bool IsSize(uint32_t size) const { in IsSize() function