Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc144 bool TrtDimsEquals(const nvinfer1::Dims& lhs, const nvinfer1::Dims& rhs) { in TrtDimsEquals() function
155 return TrtDimsEquals(GetTestDims(lhs), rhs); in TrtDimsEqualsArray()
189 return TrtDimsEquals(lhs.shape_, rhs.shape_) && lhs.type_ == rhs.type_ && in TrtShapedWeightsEquals()