proc masked_fill[T](t: var Tensor[T]; mask: Tensor[bool]; value: T). For the index of each element of t. Fill the elements at t[index] with the value if ...
確定! 回上一頁