Home
last modified time | relevance | path

Searched defs:Permute (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dpermute.py40 class Permute(bijector.Bijector): class
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h312 std::vector<typename Container::value_type> Permute( in Permute() function
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py475 class Permute(Layer): class
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3509 struct Permute { struct
3510 unsigned Opcode;
3511 unsigned Operand;
3512 unsigned char Bytes[SystemZ::VectorBytes];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3746 struct Permute { struct
3747 unsigned Opcode;
3748 unsigned Operand;
3749 unsigned char Bytes[SystemZ::VectorBytes];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp257 enum ShuffleMode { Unknown, Select, Permute }; in isShuffle() enumerator