Skip to content

Commit

Permalink
Add match arm
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Oct 28, 2021
1 parent e2d9af9 commit 617584a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/language/to_relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ fn to_relay_impl(
hashmap.insert(id, body);
}
Language::AcceleratorFunc(_) => (),
Language::FlexASRMaxPool(_) => todo!(),
}
}

Expand Down

0 comments on commit 617584a

Please sign in to comment.