Searched defs:IsPartitionedCall (Results 1 – 3 of 3) sorted by relevance
193 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; } in IsPartitionedCall() function
418 bool IsPartitionedCall(const NodeDef& node) { in IsPartitionedCall() function
605 bool TFGraphDialect::IsPartitionedCall(TFOp op) const { in IsPartitionedCall() function in mlir::tfg::TFGraphDialect