提交 36354ebe 编写于 作者: Y yejianwu

fix CI error

上级 89efdf4e
......@@ -46,6 +46,5 @@ extra_tests:
platform_compitable_tests:
stage: platform_compitable_tests
script:
- mkdir -p mace/codegen/version && bash mace/tools/git/gen_version_source.sh mace/codegen/version/version.cc
- bazel build mace/core:core
......@@ -30,6 +30,7 @@ class FullyConnectedOp : public Operator<D, T> {
: Operator<D, T>(operator_def, ws),
functor_(OperatorBase::GetSingleArgument<int>(
"weight_type",
// TODO(liuqi): 8 is stand for kernels::WEIGHT_WIDTH
8 /*static_cast<int>(kernels::WEIGHT_WIDTH)*/),
kernels::StringToActivationType(
OperatorBase::GetSingleArgument<std::string>("activation",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册