"docs/assets/vscode:/vscode.git/clone" did not exist on "a8a8b3d288aab35b09653110011a5062d87c95a1"
Commit f61beaf8 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

add signature of function quantize()

parent 7f6f4acb
...@@ -13,6 +13,7 @@ inline namespace MIGRAPHX_INLINE_NS { ...@@ -13,6 +13,7 @@ inline namespace MIGRAPHX_INLINE_NS {
struct program; struct program;
void quantize(program& prog, const std::vector<std::string>& ins_names); void quantize(program& prog, const std::vector<std::string>& ins_names);
void quantize(program& prog);
} // namespace MIGRAPHX_INLINE_NS } // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx } // namespace migraphx
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment