Scott Cheng

Results 5 comments of Scott Cheng

I think this could be solved by modifying https://github.com/google/nsscache/blob/master/nss_cache/sources/ldapsource.py#L1035 or https://github.com/google/nsscache/blob/master/nss_cache/caches/files.py#L423

QQ 像是代數演習課要考小考,但是沒有表定, 而且剛好卡到資料結構小考(有表定)就很悲劇。。。 像是我的課表,我都會利用 Google Dev Tool 手動加上演習課, 不過我覺得這可以直接加上這個功能。

Halide probably can serve as a CPU backend https://github.com/halide/Halide/blob/main/apps/hannk/halide/conv_generator.cpp https://github.com/halide/Halide/blob/master/apps/resnet_50/Resnet50Generator.cpp

no need to escape, use raw string instead: change from `"Version: (\d+\.\d+\.\d+)"` to `r"Version: (\d+\.\d+\.\d+)"`