def __init__(self, *args): this = _pywrap_tensorflow.new_CheckpointReader(*args) try: self.this.append(this) except: self.this = this
def __init__(self, filepattern, out_status): this = _pywrap_tensorflow.new_CheckpointReader(filepattern, out_status) try: self.this.append(this) except Exception: self.this = this