def __init__(self, file_prefix):
     this = _pywrap_tensorflow.new_EventsWriter(file_prefix)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
 def __init__(self, *args):
     this = _pywrap_tensorflow.new_EventsWriter(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, file_prefix):
     this = _pywrap_tensorflow.new_EventsWriter(file_prefix)
     try:
         self.this.append(this)
     except:
         self.this = this
Ejemplo n.º 4
0
 def __init__(self, *args): 
     this = _pywrap_tensorflow.new_EventsWriter(*args)
     try: self.this.append(this)
     except: self.this = this