Function tensorflow::ops::anonymous_mutable_hash_table
source · pub fn anonymous_mutable_hash_table(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for AnonymousMutableHashTable::new().build(scope)
.