def FileExists(filename): return _pywrap_tensorflow.FileExists(filename)
def FileExists(*args): return _pywrap_tensorflow.FileExists(*args)
def FileExists(filename, out_status): return _pywrap_tensorflow.FileExists(filename, out_status)