I notice that we have `tensor` datatype. so what d...
# daft-dev
c
I notice that we have
tensor
datatype. so what data will be stored in this datatype?
j
It’s a logical type on top of
List[List[…]
of a certain integer type Basically allows us to represent Tensors, which are quite common in ML workflows!