Skip to content

Commit

Permalink
fix: mark GetKernelAttribute as pub, fixes #186
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 12, 2024
1 parent a9ab2a5 commit 681da43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/kernel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl KernelAttributes {
}
}

trait GetKernelAttribute {
pub trait GetKernelAttribute {
fn get_from(info: *mut ort_sys::OrtKernelInfo, name: *const ort_sys::c_char) -> Option<Self>
where
Self: Sized;
Expand Down

0 comments on commit 681da43

Please sign in to comment.