o
    ®Ÿ?ee  ã                   @   s   d Z dd„ ZdS )z+Configuration parameters for RaggedTensors.c                   C   s   dS )aG  Whether incompatible row-partitioning dtypes should be auto-converted.

  If true, then operations that combine RaggedTensors but have different
  row-partitioning tensor dtypes will be automatically cast to a
  compatible dtype (`tf.int64`).  If false, then such operations will result
  in an error.

  Returns:
    `bool`
  F© r   r   r   úk/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/tensorflow/python/ops/ragged/ragged_config.pyÚauto_cast_partition_dtype   s   r   N)Ú__doc__r   r   r   r   r   Ú<module>   s   