Getting Started
Python API
Programming Guide
Returns a tensor filled with the scalar value 0 for the given shape and dtype.
shape
dtype
shape (tuple of ints) – Shape of the new array, e.g., (8, 16) or (8, )
dtype (DType) – Data-type of the new array, e.g., tl.float16
tl.float16