# tensorplay.vision_to_tensor

Source: https://www.tensorplay.cn/docs/generated/tensorplay.vision_to_tensor.html

```python
tensorplay.vision_to_tensor(image: Annotated[numpy.typing.ArrayLike, numpy.uint8]) &#x2192; tensorplay::Tensor
```

Optimized conversion from HWC uint8 image to CHW float32 tensor (div 255)
