Searched refs:IsIdentityPermutation (Results 1 – 3 of 3) sorted by relevance
195 bool IsIdentityPermutation(tensorflow::gtl::ArraySlice<int64> permutation) { in IsIdentityPermutation() function
288 bool IsIdentityPermutation(tensorflow::gtl::ArraySlice<int64> permutation);
3187 if (IsIdentityPermutation(AsInt64Slice(reshape_request.dimensions()))) { in Visit()