pub struct OrtGraphView<'a> { /* private fields */ }Expand description
A read-only projection of a Graph exposed through the ORT C graph API.
Implementations§
Source§impl<'a> OrtGraphView<'a>
impl<'a> OrtGraphView<'a>
Sourcepub fn query_capabilities(
&self,
ep: &dyn ExecutionProvider,
) -> Vec<SubgraphClaim>
pub fn query_capabilities( &self, ep: &dyn ExecutionProvider, ) -> Vec<SubgraphClaim>
Ask an EP which subgraphs it can handle.
Auto Trait Implementations§
impl<'a> Freeze for OrtGraphView<'a>
impl<'a> RefUnwindSafe for OrtGraphView<'a>
impl<'a> Send for OrtGraphView<'a>
impl<'a> Sync for OrtGraphView<'a>
impl<'a> Unpin for OrtGraphView<'a>
impl<'a> UnsafeUnpin for OrtGraphView<'a>
impl<'a> UnwindSafe for OrtGraphView<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more