“b110fb376507b4652470fbd7694adc7549d00c2b”上不存在“mobile/src/operators/sequence_ops/sequence_pool_op.h”
提交 af6d9162 编写于 作者: Y yejianwu

Merge branch 'master' of v9.git.n.xiaomi.com:deep-computing/mace into...

Merge branch 'master' of v9.git.n.xiaomi.com:deep-computing/mace into compatible_with_opencl_1.1_and_1.2
stages: stages:
- cpplint
- ops_test - ops_test
- ops_benchmark - ops_benchmark
- cpplint
cpplint: cpplint:
stage: cpplint stage: cpplint
only:
- master
script: script:
- curl -o cpplint.py https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py - curl -o cpplint.py https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py
- python cpplint.py --linelength=80 --counting=detailed $(find mace -name *.h -or -name *.cc) - python cpplint.py --linelength=80 --counting=detailed $(find mace -name *.h -or -name *.cc)
ops_test: ops_test:
stage: ops_test stage: ops_test
only:
- master
script: script:
- FAILURE_PATTERN="FAILED\|Aborted" tools/bazel-adb-run.sh //mace/ops:ops_test - FAILURE_PATTERN="FAILED\|Aborted" tools/bazel-adb-run.sh //mace/ops:ops_test
ops_benchmark: ops_benchmark:
stage: ops_benchmark stage: ops_benchmark
only:
- master
script: script:
- FAILURE_PATTERN="Aborted" tools/bazel-adb-run.sh //mace/ops:ops_benchmark --pattern=.*CONV.* - FAILURE_PATTERN="Aborted" tools/bazel-adb-run.sh //mace/ops:ops_benchmark --pattern=.*CONV.*
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "gflags/gflags.h" #include "gflags/gflags.h"
#include "mace/core/testing/test_benchmark.h" #include "mace/core/testing/test_benchmark.h"
#include "mace/public/mace.h" #include "mace/public/mace.h"
#include "mace/public/mace_runtime.h"
DEFINE_string(pattern, "all", "op benchmark pattern, eg:.*CONV.*"); DEFINE_string(pattern, "all", "op benchmark pattern, eg:.*CONV.*");
DEFINE_int32(gpu_perf_hint, 3, "0:DEFAULT/1:LOW/2:NORMAL/3:HIGH"); DEFINE_int32(gpu_perf_hint, 3, "0:DEFAULT/1:LOW/2:NORMAL/3:HIGH");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册