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