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