test_util.py: Allow use_gpu to change between calls to self.cached_session()
use_gpu does not affect the creation of the session, it only affects the context manager in which nodes are added to the graph, so it should not be included in the consistency check. PiperOrigin-RevId: 211659833
Loading
Please sign in to comment