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