pub fn resize_nearest_neighbor_grad<O0: Into<Output>, O1: Into<Output>>(
    grads: O0,
    size: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ResizeNearestNeighborGrad::new().build(grads, size, scope).