Commit ce3670b5 authored by Jayaram Bobba's avatar Jayaram Bobba Committed by Adam Procter

Added missing layout to format string map (#548)

parent 7f08b97b
......@@ -97,6 +97,7 @@ static const std::map<memory::format, const std::string> s_mkldnn_format_string_
{memory::format::oIhw16i, "memory::format::oIhw16i"},
{memory::format::OIhw8i8o, "memory::format::OIhw8i8o"},
{memory::format::OIhw16i16o, "memory::format::OIhw16i16o"},
{memory::format::IOhw16o16i, "memory::format::IOhw16o16i"},
{memory::format::OIhw8o8i, "memory::format::OIhw8o8i"},
{memory::format::OIhw16o16i, "memory::format::OIhw16o16i"},
{memory::format::Oihw8o, "memory::format::Oihw8o"},
......
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