Home
last modified time | relevance | path

Searched defs:Transpose (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dtranspose_functor_gpu.cu.cc179 struct Transpose<GPUDevice, T, conjugate> { struct
180 static void run(const GPUDevice& d, const Tensor& in, in run()
205 struct Transpose<GPUDevice, tstring, conjugate> { struct
206 static void run(const GPUDevice& d, const Tensor& in, in run()
213 template struct Transpose<GPUDevice, tstring, false>; variable
Dtranspose_functor_cpu.cc71 struct Transpose<CPUDevice, T, conjugate> { struct
72 static void run(const CPUDevice& d, const Tensor& in, in run()
Dtranspose_functor.h62 struct Transpose { struct
/external/dng_sdk/source/
Ddng_point.h179 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
Ddng_rect.h408 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
Ddng_matrix.cpp998 dng_matrix Transpose (const dng_matrix &A) in Transpose() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h237 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
257 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
354 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
401 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
459 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
516 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
576 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
652 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
727 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dtranspose_test.cc30 TEST_F(OpenCLOperationTest, Transpose) { in TEST_F() argument
/external/gemmlowp/internal/
Ddispatch_gemm_shape.h37 TransposeType<T> Transpose(const T& t) { in Transpose() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dtranspose.h73 void Transpose(const TransposeParams& params, in Transpose() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h228 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge()
236 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { in handleRemoveEdge()
332 bool Transpose = N1Id != G.getEdgeNode1Id(EId); in handleUpdateCosts() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h226 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge()
234 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { in handleRemoveEdge()
330 bool Transpose = N1Id != G.getEdgeNode1Id(EId); in handleUpdateCosts() local
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h288 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/ruy/ruy/
Dmat.h444 inline Order Transpose(Order order) { in Transpose() function
448 inline MatLayout Transpose(const MatLayout& layout) { in Transpose() function
456 Mat<Scalar> Transpose(const Mat<Scalar>& matrix) { in Transpose() function
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_transpose.cc29 void Transpose(Model* model, const Array& input_array, in Transpose() function
/external/libgav1/libgav1/src/
Dquantizer.cc148 void Transpose(uint8_t* const dst, const uint8_t* const src, int src_width, in Transpose() function
/external/webrtc/rtc_tools/frame_analyzer/
Dlinear_least_squares.cc52 Matrix<T> Transpose(const Matrix<T>& matrix) { in Transpose() function
/external/libchrome/ui/gfx/geometry/
Dmatrix3_unittest.cc93 TEST(Matrix3fTest, Transpose) { in TEST() argument
Dmatrix3_f.cc142 Matrix3F Matrix3F::Transpose() const { in Transpose() function in gfx::Matrix3F
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2800 ## Transpose section in Operation Semantics
/external/tensorflow/tensorflow/stream_executor/
Dblas.h70 enum class Transpose { kNoTranspose, kTranspose, kConjugateTranspose }; enum
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto608 enum Transpose { enum
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc90 Value Transpose(OpBuilder* builder, Value value_to_transpose, in Transpose() function
/external/llvm-project/llvm/unittests/IR/
DInstructionsTest.cpp939 Constant *Transpose = ConstantVector::get({C0, C4, C2, C6}); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc376 TEST_F(XlaBuilderTest, Transpose) { in TEST_F() argument

12