You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`range_decode(...)`](./tfc/range_decode.md): Range-decodes `code` into an int32 tensor of shape `shape`.
110
-
111
-
[`range_encode(...)`](./tfc/range_encode.md): Range encodes integer `data` with a finite alphabet.
123
+
[`round_st(...)`](./tfc/round_st.md): Straight-through round with optional quantization offset.
112
124
113
125
[`same_padding_for_kernel(...)`](./tfc/same_padding_for_kernel.md): Determine correct amount of padding for `same` convolution.
114
126
@@ -118,10 +130,6 @@ Data compression in TensorFlow.
118
130
119
131
[`soft_round_inverse(...)`](./tfc/soft_round_inverse.md): Inverse of soft_round().
120
132
121
-
[`unbounded_index_range_decode(...)`](./tfc/unbounded_index_range_decode.md): Range decodes `encoded` using an indexed probability table.
122
-
123
-
[`unbounded_index_range_encode(...)`](./tfc/unbounded_index_range_encode.md): Range encodes unbounded integer `data` using an indexed probability table.
124
-
125
133
[`upper_bound(...)`](./tfc/upper_bound.md): Same as `tf.minimum`, but with helpful gradient for `inputs > bound`.
126
134
127
135
[`upper_tail(...)`](./tfc/upper_tail.md): Approximates upper tail quantile for range coding.
0 commit comments