Home
last modified time | relevance | path

Searched defs:conj (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dself_adjoint_eig_v2_op_gpu.cc110 functor::UnaryFunctor<GPUDevice, functor::conj<Scalar>> conj; in ComputeAsync() local
119 functor::UnaryFunctor<GPUDevice, functor::conj<Scalar>> conj; in ComputeAsync() local
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h140 Vectorized<int64_t> conj() const { in conj() function
260 Vectorized<int32_t> conj() const { in conj() function
474 Vectorized<int16_t> conj() const { in conj() function
723 Vectorized<T> conj() const { in conj() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_int.h131 Vectorized<int64_t> conj() const { in conj() function
250 Vectorized<int32_t> conj() const { in conj() function
463 Vectorized<int16_t> conj() const { in conj() function
726 Vectorized<T> conj() const { in conj() function
H A Dvec256_complex_double.h172 Vectorized<c10::complex<double>> conj() const { in conj() function
197 auto conj = conj_(); in asin() local
H A Dvec256_complex_float.h207 Vectorized<c10::complex<float>> conj() const { in conj() function
232 auto conj = conj_(); in asin() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_int.h131 Vectorized<int64_t> conj() const { in conj() function
276 Vectorized<int32_t> conj() const { in conj() function
503 Vectorized<int16_t> conj() const { in conj() function
788 Vectorized<T> conj() const { in conj() function
H A Dvec512_complex_double.h234 Vectorized<c10::complex<double>> conj() const { in conj() function
259 auto conj = conj_(); in asin() local
H A Dvec512_complex_float.h740 Vectorized<c10::complex<float>> conj() const { in conj() function
765 auto conj = conj_(); in asin() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs146 fn conj(self) -> Self; in conj() method
201 fn conj(self) -> Self { in conj() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dfunctions.hpp516 auto conj(detail::tensor_expression<T,D> const& expr) in conj() function
546 auto conj(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in conj() function
/aosp_15_r20/external/trusty/musl/src/complex/
Dconj.c3 double complex conj(double complex z) in conj() function
/aosp_15_r20/external/musl/src/complex/
H A Dconj.c3 double complex conj(double complex z) in conj() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_conj.c34 conj(double complex z) in conj() function
/aosp_15_r20/external/pytorch/c10/core/
H A DScalar.cpp22 Scalar Scalar::conj() const { in conj() function in c10::Scalar
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_complex_double_vsx.h275 Vectorized<ComplexDbl> conj() const { in conj() function
304 auto conj = conj_(); in asin() local
H A Dvec256_complex_float_vsx.h308 Vectorized<ComplexFlt> conj() const { in conj() function
525 auto conj = conj_(); in asin() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dcmathcalls.h153 __MATH_PRECNAME(conj) (_Mdouble_complex_ __z) __THROW in __MATH_PRECNAME() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dcmathcalls.h153 __MATH_PRECNAME(conj) (_Mdouble_complex_ __z) __THROW in __MATH_PRECNAME() argument
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_unary_ufuncs_impl.py72 conj = conjugate variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomplex.h142 __CRT_INLINE double _Complex __MINGW_ATTRIB_CONST conj (double _Complex _Z) in conj() function
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DFunctions.h135 inline Tensor conj(const Tensor& tensor) { in conj() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRepeat.cpp62 const auto conj = input.is_conj(); in repeat_interleave_symint() local
/aosp_15_r20/external/eigen/test/
H A DAnnoyingScalar.h104 AnnoyingScalar conj(const AnnoyingScalar &x) { return x; } in conj() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/math/include/math/
DTQuatHelpers.h195 constexpr QUATERNION<T> PURE conj(const QUATERNION<T>& q) { in conj() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/math/include/math/
DTQuatHelpers.h195 constexpr QUATERNION<T> PURE conj(const QUATERNION<T>& q) { in conj() function

123456