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