Searched refs:_pywrap_py_utils (Results 1 – 9 of 9) sorted by relevance
23 from tensorflow.compiler.tf2tensorrt import _pywrap_py_utils70 ver = _pywrap_py_utils.get_linked_tensorrt_version()75 ver = _pywrap_py_utils.get_loaded_tensorrt_version()
66 _pywrap_py_utils = LazyLoader( variable113 if (_pywrap_py_utils.is_tensorrt_enabled() and218 if not _pywrap_py_utils.is_tensorrt_enabled():230 linked_version = _pywrap_py_utils.get_linked_tensorrt_version()231 loaded_version = _pywrap_py_utils.get_loaded_tensorrt_version()
40 "//tensorflow/compiler/tf2tensorrt:_pywrap_py_utils",
26 from tensorflow.compiler.tf2tensorrt._pywrap_py_utils import is_tensorrt_enabled
33 PYBIND11_MODULE(_pywrap_py_utils, m) { in PYBIND11_MODULE() argument
34 from tensorflow.compiler.tf2tensorrt._pywrap_py_utils import is_tensorrt_enabled
451 ":_pywrap_py_utils",999 name = "_pywrap_py_utils",
20 from tensorflow.compiler.tf2tensorrt._pywrap_py_utils import is_tensorrt_enabled
29 from tensorflow.compiler.tf2tensorrt._pywrap_py_utils import is_tensorrt_enabled