Searched defs:Transpose (Results 1 - 25 of 29) sorted by relevance

12

/external/dng_sdk/source/
H A Ddng_point.h179 inline dng_point Transpose (const dng_point &a) function
188 inline dng_point_real64 Transpose (const dng_point_real64 &a) function
H A Ddng_matrix.cpp998 dng_matrix Transpose (const dng_matrix &A) function
1046 dng_matrix B = Transpose (A);
H A Ddng_rect.h408 inline dng_rect Transpose (const dng_rect &a) function
417 inline dng_rect_real64 Transpose (const dng_rect_real64 &a) function
/external/skia/src/core/
H A DSk4x4f.h18 static Sk4x4f Transpose(const Sk4f&, const Sk4f&, const Sk4f&, const Sk4f&);
19 static Sk4x4f Transpose(const float[16]);
20 static Sk4x4f Transpose(const uint8_t[16]);
23 auto t = Transpose(r,g,b,a);
35 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon20643::Sk4x4f
44 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { function in class:__anon20643::Sk4x4f
45 return Transpose(Sk4f::Load(fs+0), Sk4f::Load(fs+4), Sk4f::Load(fs+8), Sk4f::Load(fs+12));
48 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon20643::Sk4x4f
78 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon20643::Sk4x4f
86 inline Sk4x4f Sk4x4f::Transpose(cons function in class:__anon20643::Sk4x4f
91 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon20643::Sk4x4f
115 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon20643::Sk4x4f
124 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { function in class:__anon20643::Sk4x4f
128 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon20643::Sk4x4f
[all...]
/external/skqp/src/core/
H A DSk4x4f.h18 static Sk4x4f Transpose(const Sk4f&, const Sk4f&, const Sk4f&, const Sk4f&);
19 static Sk4x4f Transpose(const float[16]);
20 static Sk4x4f Transpose(const uint8_t[16]);
23 auto t = Transpose(r,g,b,a);
35 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon21312::Sk4x4f
44 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { function in class:__anon21312::Sk4x4f
45 return Transpose(Sk4f::Load(fs+0), Sk4f::Load(fs+4), Sk4f::Load(fs+8), Sk4f::Load(fs+12));
48 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon21312::Sk4x4f
78 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon21312::Sk4x4f
86 inline Sk4x4f Sk4x4f::Transpose(cons function in class:__anon21312::Sk4x4f
91 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon21312::Sk4x4f
115 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { function in class:__anon21312::Sk4x4f
124 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { function in class:__anon21312::Sk4x4f
128 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { function in class:__anon21312::Sk4x4f
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dtranspose_functor_cpu.cc71 struct Transpose<CPUDevice, T, conjugate> { struct in namespace:tensorflow
181 struct Transpose<SYCLDevice, T, conjugate> { struct in namespace:tensorflow
189 struct Transpose<SYCLDevice, string, conjugate> { struct in namespace:tensorflow
197 template struct Transpose<SYCLDevice, string, false>;
H A Dtranspose_functor.h27 // Transpose tensor 'in' into tensor 'out' according to dimension
62 struct Transpose { struct in namespace:tensorflow
179 Transpose<Device, uint8>::run(d, in, perm, out);
188 Transpose<Device, uint16>::run(d, in, perm, out);
194 Transpose<Device, uint32>::run(d, in, perm, out);
199 Transpose<Device, uint64>::run(d, in, perm, out);
210 Transpose<Device, complex64, /*conjugate=*/true>::run(d, in, perm, out);
213 Transpose<Device, uint64>::run(d, in, perm, out);
219 Transpose<Device, complex128, /*conjugate=*/true>::run(d, in, perm,
222 Transpose<Devic
[all...]
H A Dtranspose_functor_gpu.cu.cc170 // Transpose kernel specialized for GPU Device.
172 struct Transpose<GPUDevice, T, conjugate> { struct in namespace:tensorflow
233 struct Transpose<GPUDevice, string, conjugate> { struct in namespace:tensorflow
236 LOG(FATAL) << "Transpose of DT_STRING tensor not supported on GPU.";
241 template struct Transpose<GPUDevice, string, false>;
/external/gemmlowp/internal/
H A Ddispatch_gemm_shape.h37 TransposeType<T> Transpose(const T& t) { function in namespace:gemmlowp
82 dst.result_offset = Transpose(src.result_offset);
83 dst.result_mult_int = Transpose(src.result_mult_int);
95 dst.bias_vector = Transpose(src.bias_vector);
108 return std::make_tuple(Transpose(std::get<0>(t)));
114 return std::make_tuple(Transpose(std::get<0>(t)), Transpose(std::get<1>(t)));
120 return std::make_tuple(Transpose(std::get<0>(t)), Transpose(std::get<1>(t)),
121 Transpose(st
[all...]
H A Doutput_msa.h309 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) { function in namespace:gemmlowp
336 const auto transpose = Transpose(src);
374 const auto transpose_top = Transpose(top);
383 const auto transpose_bottom = Transpose(bottom);
429 const auto transpose_top_left = Transpose(top_left);
438 const auto transpose_bottom_left = Transpose(bottom_left);
448 const auto transpose_top_right = Transpose(top_right);
458 const auto transpose_bottom_right = Transpose(bottom_right);
H A Doutput_neon.h243 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) { function in namespace:gemmlowp
263 DstType::kOrder == MapOrder::ColMajor ? src : Transpose(src);
319 const auto transpose_top = Transpose(top);
328 const auto transpose_bottom = Transpose(bottom);
390 const auto transpose_top_left = Transpose(top_left);
399 const auto transpose_bottom_left = Transpose(bottom_left);
409 const auto transpose_top_right = Transpose(top_right);
418 const auto transpose_bottom_right = Transpose(bottom_right);
575 inline RegBlockUint8<8, 8> Transpose(const RegBlockUint8<8, 8>& src) { function in namespace:gemmlowp
616 DstType::kOrder == MapOrder::ColMajor ? src : Transpose(sr
[all...]
H A Doutput_sse.h247 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) { function in namespace:gemmlowp
270 const auto transpose = Transpose(src);
308 const auto transpose_top = Transpose(top);
317 const auto transpose_bottom = Transpose(bottom);
363 const auto transpose_top_left = Transpose(top_left);
372 const auto transpose_bottom_left = Transpose(bottom_left);
382 const auto transpose_top_right = Transpose(top_right);
392 const auto transpose_bottom_right = Transpose(bottom_right);
/external/eigen/Eigen/src/Core/
H A DTranspose.h18 struct traits<Transpose<MatrixType> > : public traits<MatrixType>
39 /** \class Transpose
52 template<typename MatrixType> class Transpose class in namespace:Eigen
60 EIGEN_GENERIC_PUBLIC_INTERFACE(Transpose)
64 explicit inline Transpose(MatrixType& matrix) : m_matrix(matrix) {} function in class:Eigen::Transpose
66 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Transpose)
95 typedef typename dense_xpr_base<Transpose<MatrixType> >::type type;
101 typedef typename dense_xpr_base<Transpose<MatrixType> >::type type;
109 : public internal::generic_xpr_base<Transpose<XprType> >::type
112 typedef typename internal::generic_xpr_base<Transpose<XprTyp
[all...]
H A DTranspositions.h108 inline Transpose<TranspositionsBase> inverse() const
109 { return Transpose<TranspositionsBase>(derived()); }
112 inline Transpose<TranspositionsBase> transpose() const
113 { return Transpose<TranspositionsBase>(derived()); }
362 struct traits<Transpose<TranspositionsBase<Derived> > >
369 class Transpose<TranspositionsBase<TranspositionsDerived> > class in namespace:Eigen
375 explicit Transpose(const TranspositionType& t) : m_transpositions(t) {} function in class:Eigen::Transpose
384 const Product<OtherDerived, Transpose, AliasFreeProduct>
385 operator*(const MatrixBase<OtherDerived>& matrix, const Transpose& trt)
387 return Product<OtherDerived, Transpose, AliasFreeProduc
[all...]
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dresolve_constant_transpose.cc29 void Transpose(Model* model, const Array& input_array, function in namespace:toco::__anon26062
146 Transpose<ArrayDataType::kFloat>(model, input_array, op->perm,
150 Transpose<ArrayDataType::kUint8>(model, input_array, op->perm,
154 Transpose<ArrayDataType::kInt32>(model, input_array, op->perm,
158 Transpose<ArrayDataType::kInt64>(model, input_array, op->perm,
162 LOG(FATAL) << "Unsupported data type given to Transpose op with output \""
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
H A Doperator.cc512 class Transpose class in namespace:toco::tflite
814 ops.emplace_back(new Transpose(::tflite::BuiltinOperator_TRANSPOSE,
/external/tensorflow/tensorflow/contrib/specs/python/
H A Dspecs_ops.py112 Transpose = Fun(array_ops.transpose) variable
/external/tensorflow/tensorflow/stream_executor/
H A Dblas.h65 enum class Transpose { kNoTranspose, kTranspose, kConjugateTranspose }; class in namespace:perftools::gputools::blas
68 string TransposeString(Transpose t);
420 virtual bool DoBlasGbmv(Stream *stream, blas::Transpose trans, uint64 m,
425 virtual bool DoBlasGbmv(Stream *stream, blas::Transpose trans, uint64 m,
430 virtual bool DoBlasGbmv(Stream *stream, blas::Transpose trans, uint64 m,
437 virtual bool DoBlasGbmv(Stream *stream, blas::Transpose trans, uint64 m,
456 virtual bool DoBlasGemv(Stream *stream, blas::Transpose trans, uint64 m,
460 virtual bool DoBlasGemv(Stream *stream, blas::Transpose trans, uint64 m,
464 virtual bool DoBlasGemv(Stream *stream, blas::Transpose trans, uint64 m,
470 virtual bool DoBlasGemv(Stream *stream, blas::Transpose tran
[all...]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dmatrix.h50 // Transpose, Multiply on different-sized matrices) must make temporary copies
134 Matrix& Transpose() { function in class:webrtc::Matrix
137 return Transpose(scratch_elements());
140 Matrix& Transpose(const Matrix& operand) { function in class:webrtc::Matrix
144 return Transpose(operand.elements());
336 // Helpers for Transpose and Multiply operations that unify in-place and
338 Matrix& Transpose(const T* const* src) { function in class:webrtc::Matrix
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h281 Transpose = StorageOrder==RowMajor, enumerator in enum:Eigen::internal::gemm_blocking_space::__anon6129
282 ActualRows = Transpose ? MaxCols : MaxRows,
283 ActualCols = Transpose ? MaxRows : MaxCols
285 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
286 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
332 Transpose = StorageOrder==RowMajor enumerator in enum:Eigen::internal::gemm_blocking_space::__anon6131
334 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar;
335 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
345 this->m_mc = Transpose ? cols : rows;
346 this->m_nc = Transpose
[all...]
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h288 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { argument
289 DeniedOpts += Transpose ? MD.getWorstRow() : MD.getWorstCol();
291 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
296 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { argument
297 DeniedOpts -= Transpose ? MD.getWorstRow() : MD.getWorstCol();
299 Transpose ? MD.getUnsafeCols() : MD.getUnsafeRows();
395 bool Transpose = N1Id != G.getEdgeNode1Id(EId); local
400 N1Md.handleRemoveEdge(OldMMd, Transpose);
401 N2Md.handleRemoveEdge(OldMMd, !Transpose);
405 N1Md.handleAddEdge(MMd, Transpose);
[all...]
/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc764 std::unique_ptr<Literal> Literal::Transpose( function in class:xla::Literal
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dlocal_computation_builder.cc447 ComputationDataHandle LocalComputationBuilder::Transpose( function in class:xla::swig::LocalComputationBuilder
450 return builder_.Transpose(operand, permutation);
H A Dxla_client.py694 self._client.Transpose(_unwrap_data_handle(operand), [1, 0]))
696 def Transpose(self, operand, permutation): member in class:ComputationBuilder
697 """Transpose op."""
699 self._client.Transpose(_unwrap_data_handle(operand), permutation))
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dutils.h267 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:TransposeSingleComponent
289 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose8_8_8_8
352 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) = delete;
368 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose8_8
409 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose32_32_32_32
461 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose32_32_32
512 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose32_32
566 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose16_16_16_16
636 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) function in struct:Transpose16_16_16
705 INLINE static void Transpose(cons function in struct:Transpose16_16
[all...]

Completed in 448 milliseconds

12