Skip to content

Commit 199e09d

Browse files
committed
added default docstrings for gate_first_n
1 parent f11ee2d commit 199e09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_probability/python/experimental/bijectors/highway_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def __init__(self, residual_fraction, activation_fn, bias,
178178
lower_diagonal_weights_matrix: Lower diagonal matrix with ones on the main
179179
diagional.
180180
gate_first_n: Integer that decides what part of the input is gated.
181+
Default: `None`. When None, the whole input is gated.
181182
"""
182183
parameters = dict(locals())
183184
name = name or 'highway_flow'

0 commit comments

Comments
 (0)