pub enum FastNeuralStyleTransferStyle {
Mosaic,
Candy,
RainPrincess,
Udnie,
Pointilism,
}
Expand description
Fast Neural Style Transfer Style
Source: https://github.com/onnx/models/tree/master/vision/style_transfer/fast_neural_style
Variant downloaded: ONNX Version 1.4 with Opset Version 9.
Variants§
Mosaic
Mosaic style
Candy
Candy style
RainPrincess
RainPrincess style
Udnie
Udnie style
Pointilism
Pointilism style
Trait Implementations§
Source§impl Clone for FastNeuralStyleTransferStyle
impl Clone for FastNeuralStyleTransferStyle
Source§fn clone(&self) -> FastNeuralStyleTransferStyle
fn clone(&self) -> FastNeuralStyleTransferStyle
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 FastNeuralStyleTransferStyle
impl Debug for FastNeuralStyleTransferStyle
Source§impl From<FastNeuralStyleTransferStyle> for AvailableOnnxModel
impl From<FastNeuralStyleTransferStyle> for AvailableOnnxModel
Source§fn from(style: FastNeuralStyleTransferStyle) -> Self
fn from(style: FastNeuralStyleTransferStyle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FastNeuralStyleTransferStyle
impl RefUnwindSafe for FastNeuralStyleTransferStyle
impl Send for FastNeuralStyleTransferStyle
impl Sync for FastNeuralStyleTransferStyle
impl Unpin for FastNeuralStyleTransferStyle
impl UnwindSafe for FastNeuralStyleTransferStyle
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