Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py526 if run_params.dynamic_shape and self._ShouldConverterBuild(run_params):
544 def _ShouldConverterBuild(self, run_params): member in TfTrtIntegrationTestBase
563 if run_params.dynamic_shape and self._ShouldConverterBuild(run_params):
Dtf_function_test.py322 def _ShouldConverterBuild(self, run_params): member in TfFunctionTest