Home
last modified time | relevance | path

Searched refs:ctx_options (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/saved_model/public/
DREADME.md11 TFE_ContextOptions* ctx_options = TFE_NewContextOptions();
12 TFE_Context* ctx = TFE_NewContext(ctx_options, status);
26 TFE_DeleteContextOptions(ctx_options);
/external/curl/lib/vtls/
Dopenssl.c2321 set_ssl_version_min_max_legacy(ctx_option_t *ctx_options, in set_ssl_version_min_max_legacy() argument
2338 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2342 (void)ctx_options; in set_ssl_version_min_max_legacy()
2349 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2357 *ctx_options |= SSL_OP_NO_TLSv1; in set_ssl_version_min_max_legacy()
2371 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2376 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2381 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max_legacy()
2461 ctx_option_t ctx_options = 0; in ossl_connect_step1() local
2603 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
[all …]