Abstract: The job of discovering appropriate code snippets against a natural language query is an important task for software developers. Appropriate code retrieval increases software productivity and ...
# LLMRec python ./main.py # w/o-u-i python ./main.py --aug_sample_rate=0.0 # w/o-u python ./main.py --user_cat_rate=0 # w/o-u&i python ./main.py --user_cat_rate=0 ...
Abstract: Deep learning compilers optimize DNN program execution by capturing them as operator-based computation graphs. However, developers’ deep learning programs often contain complex Python ...