"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "17088a689e66b5d8f678725fb1f4c7b97f0b4e77"
[DistDGL][Optimizations]Rehash code to optimize for loop (#5224)
* Rehash code to optimize for loop Reduced number of instructions in for loop, which exchanging edge features. This will reduce the number of times numpy's intersect1d is invoked (saving the runtime and memory overhead needs of numpy). * Applying lintrunner patch to data_shuffle.py
Showing
Please register or sign in to comment