pub fn iterator_to_string_handle<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    resource_handle: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for IteratorToStringHandle::new().call(&ctx, &resource_handle).

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