Learn how to specify the types of values.
# Tensor Tensor v = [] # Infinite Infinite x = inf # No type Any t = x
# Annotation Tensor u, v # do whatever u*v
Was this page helpful?