Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc109 bool IsIdentityPermutation(absl::Span<const int64> permutation) { in IsIdentityPermutation() function
Dutil.h333 bool IsIdentityPermutation(absl::Span<const int64> permutation);
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1137 if (IsIdentityPermutation(node_perm_values)) { in TrySimplify()
1175 bool IsIdentityPermutation(const std::vector<int64>& perm) { in IsIdentityPermutation() function in tensorflow::grappler::__anonbb66c6470111::RemoveIdentityTranspose
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc898 XlaOp transposed = IsIdentityPermutation(dimensions) in Reshape()