pub fn mutable_hash_table_of_tensors_v2<'a>(
    ctx: &'a Context
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for MutableHashTableOfTensorsV2::new().call(&ctx).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MutableHashTableOfTensorsV2