Skip to content

Commit

Permalink
Documentation update for the upcoming 0.3 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 236304849
  • Loading branch information
TensorFlow Hub Authors authored and akhorlin committed Mar 1, 2019
1 parent baad182 commit 837e0c0
Show file tree
Hide file tree
Showing 10 changed files with 837 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/api_docs/python/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ toc:
path: /hub/api_docs/python/hub/ImageModuleInfo/InputSize
- title: image_embedding_column
path: /hub/api_docs/python/hub/image_embedding_column
- title: KerasLayer
path: /hub/api_docs/python/hub/KerasLayer
- title: LatestModuleExporter
path: /hub/api_docs/python/hub/LatestModuleExporter
- title: load
path: /hub/api_docs/python/hub/load
- title: load_module_spec
path: /hub/api_docs/python/hub/load_module_spec
- title: Module
Expand All @@ -34,5 +38,7 @@ toc:
path: /hub/api_docs/python/hub/ModuleSpec
- title: register_module_for_export
path: /hub/api_docs/python/hub/register_module_for_export
- title: resolve
path: /hub/api_docs/python/hub/resolve
- title: text_embedding_column
path: /hub/api_docs/python/hub/text_embedding_column
6 changes: 6 additions & 0 deletions docs/api_docs/python/hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ TensorFlow Hub Library.

[`class ImageModuleInfo`](./hub/ImageModuleInfo.md)

[`class KerasLayer`](./hub/KerasLayer.md): Wraps a Hub module (or a similar callable) for TF2 as a Keras Layer.

[`class LatestModuleExporter`](./hub/LatestModuleExporter.md): Regularly exports registered modules into timestamped directories.

[`class Module`](./hub/Module.md): Part of a TensorFlow model that can be transferred between models.
Expand All @@ -36,10 +38,14 @@ TensorFlow Hub Library.

[`image_embedding_column(...)`](./hub/image_embedding_column.md): Uses a Module to get a dense 1-D representation from the pixels of images.

[`load(...)`](./hub/load.md): Loads a module from a handle.

[`load_module_spec(...)`](./hub/load_module_spec.md): Loads a ModuleSpec from the filesystem.

[`register_module_for_export(...)`](./hub/register_module_for_export.md): Register a Module to be exported under `export_name`.

[`resolve(...)`](./hub/resolve.md): Resolves a module handle into a path.

[`text_embedding_column(...)`](./hub/text_embedding_column.md): Uses a Module to construct a dense representation from a text feature.

## Other Members
Expand Down
7 changes: 7 additions & 0 deletions docs/api_docs/python/hub/ImageModuleInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
## Class `ImageModuleInfo`





This is an alias for a Python built-in.



## Child Classes
[`class InputSize`](../hub/ImageModuleInfo/InputSize.md)

Expand Down
7 changes: 7 additions & 0 deletions docs/api_docs/python/hub/ImageModuleInfo/InputSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
## Class `InputSize`





This is an alias for a Python built-in.



## Class Members

<h3 id="height"><code>height</code></h3>
Expand Down
Loading

0 comments on commit 837e0c0

Please sign in to comment.