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