pub fn resize_nearest_neighbor<O0: Into<Output>, O1: Into<Output>>( images: O0, size: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ResizeNearestNeighbor::new().build(images, size, scope).
ResizeNearestNeighbor::new().build(images, size, scope)