Unverified Commit dc61b9ae authored by Shucai Xiao's avatar Shucai Xiao Committed by GitHub
Browse files

customize the onnx namespace (#526)


Co-authored-by: default avatarPaul Fultz II <pfultz2@yahoo.com>
parent a54547b3
......@@ -21,6 +21,8 @@
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
namespace onnx = onnx_for_migraphx;
struct onnx_parser
{
using attribute_map = std::unordered_map<std::string, onnx::AttributeProto>;
......
......@@ -8,7 +8,7 @@
syntax = "proto2";
package onnx;
package onnx_for_migraphx;
// Overview
//
......
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