pub enum GraphEncoding {
OpenVINO,
ONNX,
TensorFlow,
PyTorch,
TensorFlowLite,
Autodetect,
GGML,
}
Available on crate feature
wasi_nn
only.Expand description
Describes the encoding of the graph.
Variants§
Trait Implementations§
Source§impl Clone for GraphEncoding
impl Clone for GraphEncoding
Source§fn clone(&self) -> GraphEncoding
fn clone(&self) -> GraphEncoding
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GraphEncoding
impl Debug for GraphEncoding
Source§impl Display for GraphEncoding
impl Display for GraphEncoding
Source§impl FromStr for GraphEncoding
impl FromStr for GraphEncoding
Source§impl Ord for GraphEncoding
impl Ord for GraphEncoding
Source§fn cmp(&self, other: &GraphEncoding) -> Ordering
fn cmp(&self, other: &GraphEncoding) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GraphEncoding
impl PartialEq for GraphEncoding
Source§impl PartialOrd for GraphEncoding
impl PartialOrd for GraphEncoding
impl Eq for GraphEncoding
impl StructuralPartialEq for GraphEncoding
Auto Trait Implementations§
impl Freeze for GraphEncoding
impl RefUnwindSafe for GraphEncoding
impl Send for GraphEncoding
impl Sync for GraphEncoding
impl Unpin for GraphEncoding
impl UnwindSafe for GraphEncoding
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