mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Update documentation for contrib (#12424)
* Update __init__.py Remove ## for standardization of api docs * Create README.md Add README to define this directory's purpose * Update __init.py Markdown styling does not show up well in api docs * Update README.md Add short mention of describing what to deprecate * Update README.md Capitalize title * Update README.md Revert README change * Delete README.md
This commit is contained in:
parent
11cdd709d3
commit
ebc421daf2
|
|
@ -12,15 +12,13 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
"""##Ops for image manipulation.
|
"""Ops for image manipulation.
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
This module provides functions for image manipulation; currently, only
|
This module provides functions for image manipulation; currently, only
|
||||||
projective transforms (including rotation) are supported.
|
projective transforms (including rotation) are supported.
|
||||||
|
|
||||||
## Image `Ops`
|
|
||||||
|
|
||||||
@@angles_to_projective_transforms
|
@@angles_to_projective_transforms
|
||||||
@@compose_transforms
|
@@compose_transforms
|
||||||
@@rotate
|
@@rotate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user