| /external/tensorflow/tensorflow/core/kernels/ |
| D | transpose_functor_cpu.cc | 71 struct Transpose<CPUDevice, T, conjugate> { struct 72 static void run(const CPUDevice& d, const Tensor& in, in run() 181 struct Transpose<SYCLDevice, T, conjugate> { struct 182 static void run(const SYCLDevice& d, const Tensor& in, in run() 189 struct Transpose<SYCLDevice, string, conjugate> { struct 190 static void run(const SYCLDevice& d, const Tensor& in, in run() 197 template struct Transpose<SYCLDevice, string, false>; variable
|
| D | transpose_functor_gpu.cu.cc | 178 struct Transpose<GPUDevice, T, conjugate> { struct 179 static void run(const GPUDevice& d, const Tensor& in, in run() 204 struct Transpose<GPUDevice, string, conjugate> { struct 205 static void run(const GPUDevice& d, const Tensor& in, in run() 212 template struct Transpose<GPUDevice, string, false>; variable
|
| D | transpose_functor.h | 62 struct Transpose { struct
|
| /external/dng_sdk/source/ |
| D | dng_point.h | 179 inline dng_point Transpose (const dng_point &a) in Transpose() function 188 inline dng_point_real64 Transpose (const dng_point_real64 &a) in Transpose() function
|
| D | dng_rect.h | 408 inline dng_rect Transpose (const dng_rect &a) in Transpose() function 417 inline dng_rect_real64 Transpose (const dng_rect_real64 &a) in Transpose() function
|
| D | dng_matrix.cpp | 998 dng_matrix Transpose (const dng_matrix &A) in Transpose() function
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
| D | format_utils.h | 202 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 224 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 303 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 344 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 396 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 447 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 501 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 571 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 640 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
|
| /external/gemmlowp/internal/ |
| D | dispatch_gemm_shape.h | 37 TransposeType<T> Transpose(const T& t) { in Transpose() function
|
| /external/webrtc/webrtc/modules/audio_processing/beamformer/ |
| D | matrix.h | 134 Matrix& Transpose() { in Transpose() function 140 Matrix& Transpose(const Matrix& operand) { in Transpose() function 338 Matrix& Transpose(const T* const* src) { in Transpose() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
| D | RegAllocPBQP.h | 227 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() 235 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { in handleRemoveEdge() 331 bool Transpose = N1Id != G.getEdgeNode1Id(EId); in handleUpdateCosts() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | RegAllocPBQP.h | 288 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() 296 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { in handleRemoveEdge() 395 bool Transpose = N1Id != G.getEdgeNode1Id(EId); in handleUpdateCosts() local
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | blas.h | 66 enum class Transpose { kNoTranspose, kTranspose, kConjugateTranspose }; enum
|
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
| D | resolve_constant_transpose.cc | 29 void Transpose(Model* model, const Array& input_array, in Transpose() function
|
| /external/tensorflow/tensorflow/compiler/xla/g3doc/ |
| D | operation_semantics.md | 2494 ## Transpose section in Operation Semantics
|
| /external/tensorflow/tensorflow/contrib/specs/python/ |
| D | specs_ops.py | 112 Transpose = Fun(array_ops.transpose) variable
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | xla_data.proto | 560 enum Transpose { enum
|
| D | literal.cc | 676 Literal LiteralBase::Transpose(absl::Span<const int64> permutation) const { in Transpose() function in xla::LiteralBase
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
| D | InstructionsTest.cpp | 814 Constant *Transpose = ConstantVector::get({C0, C4, C2, C6}); in TEST() local
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | local_computation_builder.cc | 633 LocalOp ComputationBuilder::Transpose(const LocalOp& operand, in Transpose() function in xla::swig::ComputationBuilder
|
| D | xla_client.py | 1270 def Transpose(self, operand, permutation): member in ComputationBuilder
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | xla_builder_test.cc | 354 TEST_F(XlaBuilderTest, Transpose) { in TEST_F() argument
|
| D | xla_builder.cc | 1537 XlaOp XlaBuilder::Transpose(const XlaOp& operand, in Transpose() function in xla::XlaBuilder 3361 XlaOp Transpose(const XlaOp& operand, absl::Span<const int64> permutation) { in Transpose() function
|
| /external/tensorflow/tensorflow/lite/toco/tflite/ |
| D | operator.cc | 936 class Transpose class
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | shape_inference_test.cc | 1520 TEST_F(ShapeInferenceTest, Transpose) { in TEST_F() argument
|
| /external/v8/src/arm/ |
| D | simulator-arm.cc | 4049 void Transpose(Simulator* simulator, int Vd, int Vm) { in Transpose() function
|