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