提交 e3a8c484 编写于 作者: Y yejianwu

add blank vector into codegen

上级 7eb89818
...@@ -4,7 +4,5 @@ tags ...@@ -4,7 +4,5 @@ tags
cmake-build-debug/ cmake-build-debug/
*.pyc *.pyc
mace/codegen/models/ mace/codegen/models/
mace/codegen/opencl/
mace/codegen/opencl_bin/ mace/codegen/opencl_bin/
mace/codegen/tuning/
mace/codegen/version/ mace/codegen/version/
//
// Copyright (c) 2017 XiaoMi All rights reserved.
//
// This is a generated file, DO NOT EDIT
#include <map>
#include <string>
#include <vector>
namespace mace {
extern const std::map<std::string, std::vector<unsigned char>>
kCompiledProgramMap = {};
} // namespace
//
// Copyright (c) 2017 XiaoMi All rights reserved.
//
// This is a generated file, DO NOT EDIT
#include <map>
#include <string>
#include <vector>
namespace mace {
extern const std::map<std::string, std::vector<unsigned int>>
kTuningParamsData = {};
} // namespace
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册