o
    i 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_opsfile_system_set_configuration)schemer   r   r    r
   S/var/www/myenv/lib/python3.10/site-packages/tensorflow/python/ops/filesystem_ops.pyfilesystem_set_configuration   s   r   )N)__doc__tensorflow.python.opsr   r    tensorflow.python.util.tf_exportr   r   r
   r
   r
   r   <module>   s
   