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