Skip to content

Commit

Permalink
Updating the documentation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 263722721
  • Loading branch information
julienvalentin authored and Copybara-Service committed Aug 16, 2019
1 parent fd066ea commit 5b6ff2d
Show file tree
Hide file tree
Showing 167 changed files with 2,412 additions and 962 deletions.
36 changes: 32 additions & 4 deletions tensorflow_graphics/g3doc/api_docs/python/_toc.yaml
Expand Up @@ -33,6 +33,16 @@ toc:
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_convolution/edge_convolution_template
- title: feature_steered_convolution
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_convolution/feature_steered_convolution
- title: graph_pooling
section:
- title: Overview
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_pooling
- title: pool
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_pooling/pool
- title: unpool
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_pooling/unpool
- title: upsample_transposed_convolution
path: /graphics/api_docs/python/tfg/geometry/convolution/graph_pooling/upsample_transposed_convolution
- title: utils
section:
- title: Overview
Expand Down Expand Up @@ -229,14 +239,30 @@ toc:
section:
- title: Overview
path: /graphics/api_docs/python/tfg/image/color_space
- title: constants
section:
- title: Overview
path: /graphics/api_docs/python/tfg/image/color_space/constants
- title: linear_rgb
section:
- title: Overview
path: /graphics/api_docs/python/tfg/image/color_space/linear_rgb
- title: from_srgb
path: /graphics/api_docs/python/tfg/image/color_space/linear_rgb/from_srgb
- title: srgb
section:
- title: Overview
path: /graphics/api_docs/python/tfg/image/color_space/srgb
- title: from_linear
path: /graphics/api_docs/python/tfg/image/color_space/srgb/from_linear
- title: to_linear
path: /graphics/api_docs/python/tfg/image/color_space/srgb/to_linear
- title: from_linear_rgb
path: /graphics/api_docs/python/tfg/image/color_space/srgb/from_linear_rgb
- title: matting
section:
- title: Overview
path: /graphics/api_docs/python/tfg/image/matting
- title: laplacian_weights
path: /graphics/api_docs/python/tfg/image/matting/laplacian_weights
- title: loss
path: /graphics/api_docs/python/tfg/image/matting/loss
- title: pyramid
section:
- title: Overview
Expand Down Expand Up @@ -353,6 +379,8 @@ toc:
section:
- title: Overview
path: /graphics/api_docs/python/tfg/nn/layer/graph_convolution
- title: DynamicGraphConvolutionKerasLayer
path: /graphics/api_docs/python/tfg/nn/layer/graph_convolution/DynamicGraphConvolutionKerasLayer
- title: FeatureSteeredConvolutionKerasLayer
path: /graphics/api_docs/python/tfg/nn/layer/graph_convolution/FeatureSteeredConvolutionKerasLayer
- title: feature_steered_convolution_layer
Expand Down
19 changes: 16 additions & 3 deletions tensorflow_graphics/g3doc/api_docs/python/index.md
Expand Up @@ -2,12 +2,18 @@

# All symbols in tensorflow_graphics

## Primary symbols

* <a href="./tfg.md"><code>tfg</code></a>
* <a href="./tfg/geometry.md"><code>tfg.geometry</code></a>
* <a href="./tfg/geometry/convolution.md"><code>tfg.geometry.convolution</code></a>
* <a href="./tfg/geometry/convolution/graph_convolution.md"><code>tfg.geometry.convolution.graph_convolution</code></a>
* <a href="./tfg/geometry/convolution/graph_convolution/edge_convolution_template.md"><code>tfg.geometry.convolution.graph_convolution.edge_convolution_template</code></a>
* <a href="./tfg/geometry/convolution/graph_convolution/feature_steered_convolution.md"><code>tfg.geometry.convolution.graph_convolution.feature_steered_convolution</code></a>
* <a href="./tfg/geometry/convolution/graph_pooling.md"><code>tfg.geometry.convolution.graph_pooling</code></a>
* <a href="./tfg/geometry/convolution/graph_pooling/pool.md"><code>tfg.geometry.convolution.graph_pooling.pool</code></a>
* <a href="./tfg/geometry/convolution/graph_pooling/unpool.md"><code>tfg.geometry.convolution.graph_pooling.unpool</code></a>
* <a href="./tfg/geometry/convolution/graph_pooling/upsample_transposed_convolution.md"><code>tfg.geometry.convolution.graph_pooling.upsample_transposed_convolution</code></a>
* <a href="./tfg/geometry/convolution/utils.md"><code>tfg.geometry.convolution.utils</code></a>
* <a href="./tfg/geometry/convolution/utils/check_valid_graph_convolution_input.md"><code>tfg.geometry.convolution.utils.check_valid_graph_convolution_input</code></a>
* <a href="./tfg/geometry/convolution/utils/check_valid_graph_pooling_input.md"><code>tfg.geometry.convolution.utils.check_valid_graph_pooling_input</code></a>
Expand Down Expand Up @@ -86,9 +92,14 @@
* <a href="./tfg/geometry/transformation/rotation_matrix_common/is_valid.md"><code>tfg.geometry.transformation.rotation_matrix_common.is_valid</code></a>
* <a href="./tfg/image.md"><code>tfg.image</code></a>
* <a href="./tfg/image/color_space.md"><code>tfg.image.color_space</code></a>
* <a href="./tfg/image/color_space/constants.md"><code>tfg.image.color_space.constants</code></a>
* <a href="./tfg/image/color_space/linear_rgb.md"><code>tfg.image.color_space.linear_rgb</code></a>
* <a href="./tfg/image/color_space/linear_rgb/from_srgb.md"><code>tfg.image.color_space.linear_rgb.from_srgb</code></a>
* <a href="./tfg/image/color_space/srgb.md"><code>tfg.image.color_space.srgb</code></a>
* <a href="./tfg/image/color_space/srgb/from_linear.md"><code>tfg.image.color_space.srgb.from_linear</code></a>
* <a href="./tfg/image/color_space/srgb/to_linear.md"><code>tfg.image.color_space.srgb.to_linear</code></a>
* <a href="./tfg/image/color_space/srgb/from_linear_rgb.md"><code>tfg.image.color_space.srgb.from_linear_rgb</code></a>
* <a href="./tfg/image/matting.md"><code>tfg.image.matting</code></a>
* <a href="./tfg/image/matting/laplacian_weights.md"><code>tfg.image.matting.laplacian_weights</code></a>
* <a href="./tfg/image/matting/loss.md"><code>tfg.image.matting.loss</code></a>
* <a href="./tfg/image/pyramid.md"><code>tfg.image.pyramid</code></a>
* <a href="./tfg/image/pyramid/downsample.md"><code>tfg.image.pyramid.downsample</code></a>
* <a href="./tfg/image/pyramid/merge.md"><code>tfg.image.pyramid.merge</code></a>
Expand Down Expand Up @@ -133,6 +144,7 @@
* <a href="./tfg/nn.md"><code>tfg.nn</code></a>
* <a href="./tfg/nn/layer.md"><code>tfg.nn.layer</code></a>
* <a href="./tfg/nn/layer/graph_convolution.md"><code>tfg.nn.layer.graph_convolution</code></a>
* <a href="./tfg/nn/layer/graph_convolution/DynamicGraphConvolutionKerasLayer.md"><code>tfg.nn.layer.graph_convolution.DynamicGraphConvolutionKerasLayer</code></a>
* <a href="./tfg/nn/layer/graph_convolution/FeatureSteeredConvolutionKerasLayer.md"><code>tfg.nn.layer.graph_convolution.FeatureSteeredConvolutionKerasLayer</code></a>
* <a href="./tfg/nn/layer/graph_convolution/feature_steered_convolution_layer.md"><code>tfg.nn.layer.graph_convolution.feature_steered_convolution_layer</code></a>
* <a href="./tfg/rendering.md"><code>tfg.rendering</code></a>
Expand All @@ -154,4 +166,5 @@
* <a href="./tfg/rendering/reflectance/lambertian/brdf.md"><code>tfg.rendering.reflectance.lambertian.brdf</code></a>
* <a href="./tfg/rendering/reflectance/phong.md"><code>tfg.rendering.reflectance.phong</code></a>
* <a href="./tfg/rendering/reflectance/phong/brdf.md"><code>tfg.rendering.reflectance.phong.brdf</code></a>
<!-- mdlint on -->

<!-- mdlint on -->
8 changes: 5 additions & 3 deletions tensorflow_graphics/g3doc/api_docs/python/tfg.md
Expand Up @@ -5,11 +5,13 @@

# Module: tfg

tensorflow_graphics module.

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/__init__.py">View
source</a>

Defined in [`__init__.py`](https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/__init__.py).
tensorflow_graphics module.

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

Expand Down

0 comments on commit 5b6ff2d

Please sign in to comment.