Function tensorflow::ops::split_dedup_data
source · pub fn split_dedup_data<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SplitDedupData::new().build(input, scope)
.