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