[go: nahoru, domu]

Skip to content

Commit

Permalink
Disable the new codepath of LSTM/GRU.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337966066
Change-Id: I87b9533acdc04342d317196a77323016ee96352e
  • Loading branch information
yhliang2018 authored and tensorflower-gardener committed Oct 20, 2020
1 parent d1f578c commit 73b7097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/keras/layers/recurrent_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@


def _use_new_code():
return True
return False


# TODO(b/169707691): The wrapper can be removed if TFLite doesn't need to rely
Expand Down

0 comments on commit 73b7097

Please sign in to comment.