Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental.h87 TF_CAPI_EXPORT unsigned char TF_GetXlaConstantFoldingDisabled();
Dc_api_experimental.cc113 unsigned char TF_GetXlaConstantFoldingDisabled() { in TF_GetXlaConstantFoldingDisabled() function
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1178 m.def("TF_GetXlaConstantFoldingDisabled", TF_GetXlaConstantFoldingDisabled); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc678 m.def("TF_GetXlaConstantFoldingDisabled", &TF_GetXlaConstantFoldingDisabled); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2095 original_var = pywrap_tf_session.TF_GetXlaConstantFoldingDisabled()