Disable the new codepath of LSTM/GRU.
PiperOrigin-RevId: 337966066 Change-Id: I87b9533acdc04342d317196a77323016ee96352e
This commit is contained in:
parent
d1f578cf6e
commit
73b709743a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user