Home
last modified time | relevance | path

Searched defs:InvertPermutation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtranspose_op.cc145 void InvertPermutation(XlaOpKernelContext* ctx) { in InvertPermutation() function in tensorflow::__anon5623cd890111::InvertPermutationOp
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3018 TEST_F(OpTest, InvertPermutation) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go20592 func InvertPermutation(scope *Scope, x tf.Output) (y tf.Output) { func