Ejemplo n.º 1
0
 def __exit__(self, *args):
     self.stop = tf.timestamp()
     self.duration = self.stop - self.start
Ejemplo n.º 2
0
 def __enter__(self):
     self.start = tf.timestamp()
     return self