Commit 1dcf8e25 authored by Khalique's avatar Khalique
Browse files

formatting

parent 00b6f5f8
...@@ -40,7 +40,8 @@ struct miopen_apply ...@@ -40,7 +40,8 @@ struct miopen_apply
{ {
program* prog = nullptr; program* prog = nullptr;
context ctx{}; context ctx{};
std::unordered_map<std::string, std::function<instruction_ref(miopen_apply&, instruction_ref)>> apply_map{}; std::unordered_map<std::string, std::function<instruction_ref(miopen_apply&, instruction_ref)>>
apply_map{};
void check_shape(shape x, instruction_ref i) void check_shape(shape x, instruction_ref i)
{ {
......
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