dmlc--dgl
cd907cddfa
* add sse tutorial * add mxnet tutorial ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix ci * Fix ci * Fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix CI Fix CI image * permission fix * fix a bug in the code. * small fix * fix doc * fix ci * shorten the iters * fix * remove extra file * add load_backend api to dynamically switch to another backend * try fix * fix tutorial * fix tutorial * fix bug in tutorial
6 行
132 B
Bash
6 行
132 B
Bash
#!/bin/bash
|
|
|
|
# cpplint
|
|
echo 'Checking code style of C++ codes...'
|
|
python3 third_party/dmlc-core/scripts/lint.py dgl cpp include src
|