Searched refs:TrtDType (Results 1 – 3 of 3) sorted by relevance
968 switch (iweights.TrtDType()) { in ReorderCKtoKC()982 << DebugString(iweights.TrtDType()); in ReorderCKtoKC()988 CHECK(iweights.TrtDType() == oweights->TrtDType()); in ReorderRSCKToKCRS()1007 switch (iweights.TrtDType()) { in ReorderRSCKToKCRS()1022 << DebugString(iweights.TrtDType()); in ReorderRSCKToKCRS()1037 DCHECK(iweights.TrtDType() == oweights->TrtDType()); in ReorderDRSCKToKCDRS()1069 switch (iweights.TrtDType()) { in ReorderDRSCKToKCDRS()1083 << DebugString(iweights.TrtDType()); in ReorderDRSCKToKCDRS()1631 switch (weights.TrtDType()) { in GetWeightRange()1656 DebugString(weights.TrtDType())); in GetWeightRange()[all …]
212 nvinfer1::DataType TrtDType() const { return type_; } in TrtDType() function250 return GetTempWeights(weights.TrtDType(), weights.shape_); in GetTempWeights()
288 lhs.TrtDType() == rhs.TrtDType() && lhs.GetValues() == rhs.GetValues(); in TrtShapedWeightsEquals()