Disable the new codepath of LSTM/GRU.

PiperOrigin-RevId: 337966066
Change-Id: I87b9533acdc04342d317196a77323016ee96352e
This commit is contained in:
Yanhui Liang 2020-10-19 17:10:34 -07:00 committed by TensorFlower Gardener
parent d1f578cf6e
commit 73b709743a

View File

@ -67,7 +67,7 @@ _CUDNN_NOT_AVAILABLE_MSG = ('Layer %s will not use cuDNN kernel since it '
def _use_new_code():
return True
return False
# TODO(b/169707691): The wrapper can be removed if TFLite doesn't need to rely