Skip to content

Commit 46dea8e

Browse files
Johannes BalléSung Jin Hwang
authored andcommitted
Updates docs.
PiperOrigin-RevId: 258631551 Change-Id: I2c9fba61a25e1f0c49949faa6378e24b29083e86
1 parent f7f481a commit 46dea8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3959
-1430
lines changed

docs/api_docs/python/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* <a href="./tfc/StaticParameterizer.md"><code>tfc.StaticParameterizer</code></a>
1818
* <a href="./tfc/SymmetricConditional.md"><code>tfc.SymmetricConditional</code></a>
1919
* <a href="./tfc/array_fingerprint.md"><code>tfc.array_fingerprint</code></a>
20-
* <a href="./tfc/check_array_fingerprint.md"><code>tfc.check_array_fingerprint</code></a>
2120
* <a href="./tfc/irdft_matrix.md"><code>tfc.irdft_matrix</code></a>
2221
* <a href="./tfc/lower_bound.md"><code>tfc.lower_bound</code></a>
2322
* <a href="./tfc/pmf_to_quantized_cdf.md"><code>tfc.pmf_to_quantized_cdf</code></a>
@@ -51,7 +50,6 @@
5150
* <a href="./tfc/same_padding_for_kernel.md"><code>tfc.python.ops.padding_ops.same_padding_for_kernel</code></a>
5251
* <a href="./tfc/python/ops/range_coding_ops.md"><code>tfc.python.ops.range_coding_ops</code></a>
5352
* <a href="./tfc/array_fingerprint.md"><code>tfc.python.ops.range_coding_ops.array_fingerprint</code></a>
54-
* <a href="./tfc/check_array_fingerprint.md"><code>tfc.python.ops.range_coding_ops.check_array_fingerprint</code></a>
5553
* <a href="./tfc/pmf_to_quantized_cdf.md"><code>tfc.python.ops.range_coding_ops.pmf_to_quantized_cdf</code></a>
5654
* <a href="./tfc/range_decode.md"><code>tfc.python.ops.range_coding_ops.range_decode</code></a>
5755
* <a href="./tfc/range_encode.md"><code>tfc.python.ops.range_coding_ops.range_encode</code></a>

docs/api_docs/python/tfc.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1+
<div itemscope itemtype="http://developers.google.com/ReferenceObject">
2+
<meta itemprop="name" content="tfc" />
3+
<meta itemprop="path" content="Stable" />
4+
</div>
15

26
# Module: tfc
37

8+
Data compression tools.
9+
10+
411

512

6-
Defined in [`__init__.py`](https://github.com/tensorflow/compression/tree/master/__init__.py).
13+
<table class="tfo-github-link" align="left">
14+
<a target="_blank" href=https://github.com/tensorflow/compression/tree/master/tensorflow_compression/__init__.py>
15+
<img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" />
16+
View source on GitHub
17+
</a>
18+
</table>
719

820
<!-- Placeholder for "Used in" -->
921

10-
Data compression tools.
1122

1223
## Modules
1324

@@ -41,16 +52,14 @@ Data compression tools.
4152

4253
[`class SignalConv3D`](./tfc/SignalConv3D.md): 3D convolution layer.
4354

44-
[`class StaticParameterizer`](./tfc/StaticParameterizer.md): A parameterizer that always returns a constant tensor.
55+
[`class StaticParameterizer`](./tfc/StaticParameterizer.md): A parameterizer that returns a non-variable.
4556

4657
[`class SymmetricConditional`](./tfc/SymmetricConditional.md): Symmetric conditional entropy model.
4758

4859
## Functions
4960

5061
[`array_fingerprint(...)`](./tfc/array_fingerprint.md): Produces fingerprint of the input data.
5162

52-
[`check_array_fingerprint(...)`](./tfc/check_array_fingerprint.md): Computes the fingerprint of `input` and checks the computed value against
53-
5463
[`irdft_matrix(...)`](./tfc/irdft_matrix.md): Matrix for implementing kernel reparameterization with `tf.matmul`.
5564

5665
[`lower_bound(...)`](./tfc/lower_bound.md): Same as `tf.maximum`, but with helpful gradient for `inputs < bound`.

0 commit comments

Comments
 (0)