Function tensorflow::eager::raw_ops::mutable_hash_table_of_tensors
source · pub fn mutable_hash_table_of_tensors<'a>(
ctx: &'a Context
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for MutableHashTableOfTensors::new().call(&ctx)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MutableHashTableOfTensors