Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.experimental.tensorrt.-converter.pbtxt15 …argspec: "args=[\'self\', \'calibration_input_fn\'], varargs=None, keywords=None, defaults=[\'None…
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py1019 def convert(self, calibration_input_fn=None): argument
1036 if (self._need_calibration and not calibration_input_fn):
1039 if (not self._need_calibration and calibration_input_fn):
1073 for inp in calibration_input_fn():
Dtrt_convert_test.py514 converter.convert(calibration_input_fn=_CalibrationInputFn)
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Dmodel_handler.py524 calibration_input_fn = None
536 calibration_input_fn = gets_calibration_input
538 self._check_conversion(self._converter.convert(calibration_input_fn))
/external/tensorflow/
DRELEASE.md2060 calibration, a `calibration_input_fn` should be provided to