Fix the debug implementation. (#648)

This commit is contained in:
Laurent Mazare
2023-08-28 22:51:39 +01:00
committed by GitHub
parent 037b41c9dc
commit fd3131a4ce

View File

@ -43,7 +43,7 @@ impl Tensor {
}
}
}
write!(f, "; {} ,{}]", self.dtype().as_str(), device_str)
write!(f, "; {}{}]", self.dtype().as_str(), device_str)
}
}