Home
last modified time | relevance | path

Searched refs:config_str (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/network/
Dattenuator.py38 config_str = self._tnhelper.cmd("MN?")
40 if config_str.startswith("MN="):
41 config_str = config_str[len("MN="):]
44 config_str.split("-", 2)))
/external/android-clat/
Dconfig.c49 if (!(tmp = config_str(root, item_name, defaultvar))) { in config_item_str()
70 if (!(tmp = config_str(root, item_name, defaultvar))) { in config_item_int16_t()
112 if (!(tmp = config_str(root, item_name, defaultvar))) { in config_item_ip()
139 if (!(tmp = config_str(root, item_name, defaultvar))) { in config_item_ip6()
/external/tensorflow/tensorflow/python/client/
Dtf_session.i531 config_str = config.SerializeToString()
532 _TF_SetConfig(opts, config_str)
/external/tensorflow/tensorflow/python/eager/
Dcontext.py339 config_str = self._config.SerializeToString()
340 pywrap_tensorflow.TFE_ContextOptionsSetConfig(opts, config_str)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1314 void set_raw_backend_config_string(string config_str) { in set_raw_backend_config_string() argument
1315 backend_config_ = std::move(config_str); in set_raw_backend_config_string()