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