Function tensorflow::ops::strided_slice_grad
source · pub fn strided_slice_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
shape: O0,
begin: O1,
end: O2,
strides: O3,
dy: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StridedSliceGrad::new().build(shape, begin, end, strides, dy, scope)
.