Home
last modified time | relevance | path

Searched refs:shutdown_on_destruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.h88 bool shutdown_on_destruction = true; member
Dclient_server_test.cc202 client_options.shutdown_on_destruction = false; in TEST()
251 client_options.shutdown_on_destruction = (node_id != 0); in TEST()
Dclient.cc42 if (options_.shutdown_on_destruction) { in ~DistributedRuntimeClient()