Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc539 bool AllLengthsEqual(const std::vector<std::vector<int>>& inputs) { in AllLengthsEqual() function
2509 if (!AllLengthsEqual({input_dims, begin, size})) { in ConvertSlice()
2557 if (!AllLengthsEqual({input_dims, begin, end, stride})) { in ConvertStridedSlice()