- 23 Jun, 2017 1 commit
-
-
黄璞 authored
According to the code below: ```python if key is not None: combined_message = tf.concat(axis=1, values=[message, key]) else: combined_message = message ```python If the key=None, combined_message is just message, not the key.
-
- 06 Jun, 2017 2 commits
-
-
Neal Wu authored
-
Andrew Gilbert authored
-
- 01 May, 2017 1 commit
-
-
David G. Andersen authored
to Abadi & Andersen paper.
-