Function tensorflow::eager::raw_ops::file_system_set_configuration
source · pub fn file_system_set_configuration<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
scheme: &T0,
key: &T1,
value: &T2
) -> Result<()>
Expand description
Shorthand for FileSystemSetConfiguration::new().call(&ctx, &scheme, &key, &value)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FileSystemSetConfiguration