Searched defs:IsIdentityPermutation (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ | ||
D | permutation_util.cc | 55 bool IsIdentityPermutation(absl::Span<const int64> permutation) { in IsIdentityPermutation() function |
/external/tensorflow/tensorflow/core/grappler/optimizers/ | ||
D | arithmetic_optimizer.cc | 1215 bool IsIdentityPermutation(const std::vector<int64>& perm) { in IsIdentityPermutation() function in tensorflow::grappler::__anon73f394250111::RemoveIdentityTranspose |