Searched defs:use_calibration (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert_windows.py | 88 use_calibration=True): argument
|
D | trt_convert.py | 160 use_calibration=True, argument 383 use_calibration=True): argument
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.h | 116 bool use_calibration; member 380 const bool use_calibration; member 497 bool use_calibration() const { return use_calibration_; } in use_calibration() function
|
D | convert_graph.h | 47 bool use_calibration = true; member
|
D | convert_nodes.cc | 1104 TrtPrecisionMode precision_mode, bool use_calibration, in OpConverterParams() 1138 TrtPrecisionMode precision_mode, bool use_calibration, in TrtNodeValidator() 1243 TrtPrecisionMode precision_mode, bool use_calibration, in Create() 1253 Converter::Converter(TrtPrecisionMode precision_mode, bool use_calibration, in Converter() 6325 TrtUniquePtrType<nvinfer1::ICudaEngine>* engine, bool use_calibration, in ConvertGraphDefToEngine()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_op.cc | 829 bool use_calibration, TRTInt8Calibrator* calibrator, in BuildEngine()
|