def stds()

in torchbeast/core/prof.py [0:0]


    def stds(self):
        return {k: v ** 0.5 for k, v in self._vars.items()}