Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py106 def supported_precision_modes(): member in TrtPrecisionMode
184 supported_precision_modes = TrtPrecisionMode.supported_precision_modes()
185 if conversion_params.precision_mode not in supported_precision_modes:
189 supported_precision_modes))