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): Decodes a range-coded`code` into an int32 tensor of shape `shape`.
109
+
[`range_decode(...)`](./tfc/range_decode.md): Range-decodes`code` into an int32 tensor of shape `shape`.
120
110
121
-
[`range_encode(...)`](./tfc/range_encode.md): Using the provided cumulative distribution functions (CDF) inside `cdf`, returns
111
+
[`range_encode(...)`](./tfc/range_encode.md): Range encodes integer `data` with a finite alphabet.
122
112
123
113
[`same_padding_for_kernel(...)`](./tfc/same_padding_for_kernel.md): Determine correct amount of padding for `same` convolution.
124
114
@@ -128,7 +118,7 @@ Data compression in TensorFlow.
128
118
129
119
[`soft_round_inverse(...)`](./tfc/soft_round_inverse.md): Inverse of soft_round().
130
120
131
-
[`unbounded_index_range_decode(...)`](./tfc/unbounded_index_range_decode.md): This is the reverse op of `UnboundedIndexRangeEncode`, and decodes the range
121
+
[`unbounded_index_range_decode(...)`](./tfc/unbounded_index_range_decode.md): Range decodes `encoded` using an indexed probability table.
132
122
133
123
[`unbounded_index_range_encode(...)`](./tfc/unbounded_index_range_encode.md): Range encodes unbounded integer `data` using an indexed probability table.
0 commit comments