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