[][src]Trait opencv::prelude::ResizeLayerTrait

pub trait ResizeLayerTrait: LayerTrait {
    pub fn as_raw_ResizeLayer(&self) -> *const c_void;
pub fn as_raw_mut_ResizeLayer(&mut self) -> *mut c_void; }

Resize input 4-dimensional blob by nearest neighbor or bilinear strategy.

Layer is used to support TensorFlow's resize_nearest_neighbor and resize_bilinear ops.

Required methods

Loading content...

Implementors

impl ResizeLayerTrait for ResizeLayer[src]

impl ResizeLayerTrait for PtrOfResizeLayer[src]

Loading content...