Home
last modified time | relevance | path

Searched refs:TFE_ContextOptionsSetConfig (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib_test.cc45 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
101 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
143 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
231 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
296 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
Dparallel_device_test.cc46 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
111 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
177 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
222 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
427 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TestCollective()
524 TFE_ContextOptionsSetConfig(opts.get(), config->data, config->length, in TEST()
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc31 TFE_ContextOptionsSetConfig( in Java_org_tensorflow_EagerSession_allocate()
/external/tensorflow/tensorflow/go/
Dcontext.go50 C.TFE_ContextOptionsSetConfig(opt, cConfig, C.size_t(sz), status.c)
/external/tensorflow/tensorflow/c/eager/
Dc_api.h57 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetConfig(
Dc_api.cc98 void TFE_ContextOptionsSetConfig(TFE_ContextOptions* options, const void* proto, in TFE_ContextOptionsSetConfig() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py514 pywrap_tfe.TFE_ContextOptionsSetConfig(opts, config_str)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1018 TFE_ContextOptionsSetConfig(options, buf.get()->data, buf.get()->length, in PYBIND11_MODULE()