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