summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Fix op benchmarks error in OSS environment (#19518)Mingzhe Li9-13/+20
2019-04-19fix AI-PEP path error (#19514)Mingzhe Li1-7/+4
2019-04-18make separate operators as independent binaries (#19450)Mingzhe Li9-38/+69
2019-04-18Enhance front-end to add op (#19433)Mingzhe Li6-87/+157
2019-04-16Add a fast path for batch-norm CPU inference. (#19152)Xiaoqiang Zheng1-0/+38
2019-04-16calculate execution time based on final iterations (#19299)Mingzhe Li1-3/+3
2019-04-04add Fast-RNN to AI-PEPWanchao Liang1-5/+37
2019-04-02temp fix for flake8 error (#18788)mingzhe09081-1/+1
2019-04-02Operator-level performance microbenchmarks (#18740)Mingzhe Li9-0/+519
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang3-4/+2
2019-03-29Minor fixes in fastrnns benchmarksJunjie Bai2-5/+4
2019-03-27Move fast rnn benchmark to pytorch/pytorchWanchao Liang11-0/+1691