pub fn tensor_map_stack_keys<O0: Into<Output>>( input_handle: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TensorMapStackKeys::new().build(input_handle, scope).
TensorMapStackKeys::new().build(input_handle, scope)