Searched refs:converted_dtype (Results 1 – 1 of 1) sorted by relevance
4316 DataType converted_dtype = DataTypeIsInteger(dtype) ? DT_INT32 : dtype; in TfTensorToTrtWeights() local4320 TF_RETURN_IF_ERROR(TfTypeToTrtType(converted_dtype, &trt_dtype)); in TfTensorToTrtWeights()4334 if (converted_dtype == dtype) { in TfTensorToTrtWeights()