tensorflow::ops

Function resize_nearest_neighbor_grad

Source
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).