Home
last modified time | relevance | path

Searched refs:invert_permutation (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/graph/detail/
Dpermutation.hpp91 template < class PermIter > void invert_permutation(PermIter X, PermIter Xend) in invert_permutation() function
174 invert_permutation(q.begin(), q.end()); in sortp()
205 invert_permutation(q.begin(), q.end()); in sortv()
/third_party/mindspore/tests/vm_impl/
Dvm_interface.py55 setattr(vm, 'invert_permutation', invert_permutation)
Darray_ops_vm_impl.py165 out = vm.invert_permutation(x)
Dvm_me.py657 def invert_permutation(x): function
/third_party/mindspore/tests/ut/python/ops/
Dtest_array_ops.py112 invert_permutation = P.InvertPermutation()
114 output = invert_permutation(x)
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py41 invert_permutation = P.InvertPermutation() variable
318 return transpose(dout, invert_permutation(perm)), zeros_like(perm)
571 dvalue = tranpose(dvalue, invert_permutation(transposition))
574 dx = tranpose(out_grad, invert_permutation(transposition))
/third_party/mindspore/tests/ut/python/ir/
Dtest_row_tensor.py56 invert_permutation = P.InvertPermutation() variable