o
    ?e                     @   s2   d Z ddlmZ ddlmZ eddddZdS )	zFilesystem related operations.    )gen_filesystem_ops)	tf_exportz)experimental.filesystem_set_configurationNc                 C   s   t j| |||dS )zSet configuration of the file system.

  Args:
    scheme: File system scheme.
    key: The name of the configuration option.
    value: The value of the configuration option.
    name: A name for the operation (optional).

  Returns:
    None.
  )keyvaluename)_gen_filesystem_opsZfile_system_set_configuration)schemer   r   r    r	   e/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/tensorflow/python/ops/filesystem_ops.pyfilesystem_set_configuration   s   r   )N)__doc__Ztensorflow.python.opsr   r   Z tensorflow.python.util.tf_exportr   r   r	   r	   r	   r
   <module>   s
   