def PyServer_Start(*args):
    return _pywrap_tensorflow.PyServer_Start(*args)
Exemplo n.º 2
0
def PyServer_Start(in_server, out_status):
    return _pywrap_tensorflow.PyServer_Start(in_server, out_status)