Skip to content

Commit

Permalink
Minor fix in ToTensor documentation. (apache#16299)
Browse files Browse the repository at this point in the history
* Minor fix in ToTensor documentation.

* retrigger CI

* ci
  • Loading branch information
leotac authored and sojiadeshina committed Sep 30, 2019
1 parent 27ab93e commit f506f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/data/vision/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ToTensor(HybridBlock):
- **data**: input tensor with (H x W x C) or (N x H x W x C) shape and uint8 type.
Outputs:
- **out**: output tensor with (C x H x W) or (N x H x W x C) shape and float32 type.
- **out**: output tensor with (C x H x W) or (N x C x H x W) shape and float32 type.
Examples
--------
Expand Down

0 comments on commit f506f97

Please sign in to comment.