Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental.h69 TF_CAPI_EXPORT unsigned char TF_SetXlaEnableLazyCompilation(
Dc_api_experimental.cc84 unsigned char TF_SetXlaEnableLazyCompilation(unsigned char enable) { in TF_SetXlaEnableLazyCompilation() function
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1914 old_value = pywrap_tf_session.TF_SetXlaEnableLazyCompilation(True)
1916 pywrap_tf_session.TF_SetXlaEnableLazyCompilation(old_value)
2029 pywrap_tf_session.TF_SetXlaEnableLazyCompilation(False)
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1147 m.def("TF_SetXlaEnableLazyCompilation", TF_SetXlaEnableLazyCompilation); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc591 m.def("TF_SetXlaEnableLazyCompilation", &TF_SetXlaEnableLazyCompilation); in PYBIND11_MODULE()