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