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