Searched refs:TrtDimsEquals (Results 1 – 1 of 1) sorted by relevance
144 bool TrtDimsEquals(const nvinfer1::Dims& lhs, const nvinfer1::Dims& rhs) { in TrtDimsEquals() function155 return TrtDimsEquals(GetTestDims(lhs), rhs); in TrtDimsEqualsArray()189 return TrtDimsEquals(lhs.shape_, rhs.shape_) && lhs.type_ == rhs.type_ && in TrtShapedWeightsEquals()