Skip to main content

rnn/rope/
errors.rs

1#[derive(Clone, Copy, Debug, PartialEq, Eq)]
2pub enum RopeError {
3    InvalidShape,
4}