Function tensorflow::eager::raw_ops::space_to_depth
source · pub fn space_to_depth<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for SpaceToDepth::new().call(&ctx, &input)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SpaceToDepth