Commits


Ke Zhang authored and GitHub committed 82d04412a0b
Kezhan/partition logic update (#164) * add check before fusing sub-graph in greedy partitioning * update the partitioning logic to 1) not fuse sub-graph if inner nodes were assigned 2) avoid resolving graph after each provider capability checking and assignment. * resolve conflicts