Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc80 bool IsPermutation(absl::Span<const int64> permutation, int64 rank) { in IsPermutation() function
91 DCHECK(IsPermutation(input_permutation, input_permutation.size())); in InversePermutation()
Dutil.h303 bool IsPermutation(absl::Span<const int64> permutation, int64 rank);
316 CHECK(IsPermutation(permutation, data.size())); in Permute()
Dliteral.cc678 CHECK(IsPermutation(permutation, shape().rank())) in Transpose()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2722 if (!IsPermutation(dimensions, operand.rank())) { in InferTransposeShape()