Method MemClear MemClear(Tensor) Sets the entries of a tensor to 0. Declaration public virtual void MemClear(Tensor O) Parameters Type Name Description Tensor O The output tensor to be computed and filled. Implements IBackend.MemClear(Tensor)