Commit b2b1c77d authored by galenxing's avatar galenxing
Browse files

yapf

parent 6030e275
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ class Layer(object):
    elif self.summary_op == 'histogram':
      tf.summary.histogram(self.name, self.tb_input, self.collections)


class TensorWrapper(Layer):
  """Used to wrap a tensorflow tensor."""