Ë
    AÆVhe  ã                   ó   — d Z d„ Zy)z+Configuration parameters for RaggedTensors.c                   ó   — y)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   ó    úZ/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/ops/ragged/ragged_config.pyÚauto_cast_partition_dtyper      s   € ð 
r   N)Ú__doc__r   r   r   r   ú<module>r      s   ðñ 2ór   