Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc4316 DataType converted_dtype = DataTypeIsInteger(dtype) ? DT_INT32 : dtype; in TfTensorToTrtWeights() local
4320 TF_RETURN_IF_ERROR(TfTypeToTrtType(converted_dtype, &trt_dtype)); in TfTensorToTrtWeights()
4334 if (converted_dtype == dtype) { in TfTensorToTrtWeights()