
    BVh                         d Z dad Zy)a  Python test mode enabler.

Enables test mode for tf.data.

The test mode can be used to set up custom values for features and
experiments as required in the unit tests.

For example, if `warm_start` feature needs to be enabled exclusively for the
unit tests, the tests can enable the test mode using `toggle_test_mode` and
the default value of `warm_start` can be set as per the value of `TEST_MODE`.
Fc                     | a y )N)	TEST_MODE)	test_modes    T/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/data/ops/test_mode.pytoggle_test_moder      s    )    N)__doc__r   r    r   r   <module>r
      s   
 	r   