lane means "narrow road" in dictionary,   but i cannot get the truely 
defination in these situations. how to understand "lanes"?
```python
classtvm.tir.Broadcast(value, lanes)
...
lanes (int) – The lanes of the expression.
```
```cpp
/** A linear ramp vector node. This is vector with 'lanes' elements,
.....
. */
struct Ramp : public ExprNode<Ramp> {
    Expr base, stride;
    int lanes;
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/what-is-the-defination-of-lanes/7917/1) 
to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/b6fc394df58d25802e0d893b73cd36d3ae908e9a8e8b670a7a943fcdfdd2c19b).

Reply via email to