Searched refs:initial_context (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 828 initial_context = graph._get_control_flow_context() # pylint: disable=protected-access 829 context = initial_context 840 if initial_context is not final_context: 844 context = initial_context
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 3050 def servername_cb(ssl_sock, server_name, initial_context): argument 3051 calls.append((server_name, initial_context)) 3089 def cb_returning_alert(ssl_sock, server_name, initial_context): argument 3104 def cb_raising(ssl_sock, server_name, initial_context): argument 3122 def cb_wrong_return_type(ssl_sock, server_name, initial_context): argument
|
D | test_urllib2_localnet.py | 578 def cb_sni(ssl_sock, server_name, initial_context): argument
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2_localnet.py | 598 def cb_sni(ssl_sock, server_name, initial_context): argument
|
D | test_ssl.py | 4130 def servername_cb(ssl_sock, server_name, initial_context): argument 4131 calls.append((server_name, initial_context)) 4169 def cb_returning_alert(ssl_sock, server_name, initial_context): argument 4183 def cb_raising(ssl_sock, server_name, initial_context): argument 4203 def cb_wrong_return_type(ssl_sock, server_name, initial_context): argument
|