def _print(self, tensor_values): if not tensor_values: return for k, v in tensor_values.items(): tf.logging.info("%s: %s", k, np.array_str(v))