Searched refs:IsIdentityPermutation (Results 1 – 4 of 4) sorted by relevance
109 bool IsIdentityPermutation(absl::Span<const int64> permutation) { in IsIdentityPermutation() function
333 bool IsIdentityPermutation(absl::Span<const int64> permutation);
1137 if (IsIdentityPermutation(node_perm_values)) { in TrySimplify()1175 bool IsIdentityPermutation(const std::vector<int64>& perm) { in IsIdentityPermutation() function in tensorflow::grappler::__anonbb66c6470111::RemoveIdentityTranspose
898 XlaOp transposed = IsIdentityPermutation(dimensions) in Reshape()