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