Home
last modified time | relevance | path

Searched defs:Conjugate (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DConjugateFallback.cpp17 TORCH_LIBRARY_IMPL(_, Conjugate, m) { in TORCH_LIBRARY_IMPL() argument
21 TORCH_LIBRARY_IMPL(aten, Conjugate, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/webrtc/common_audio/
H A Dreal_fourier_ooura.cc25 void Conjugate(complex<float>* array, size_t complex_length) { in Conjugate() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_impl.h80 static void Conjugate(const OpKernelContext* context, Tensor* out) { in Conjugate() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/
H A Dbuilt_in_function.rs36 Conjugate, enumerator
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DBandMatrix.h94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex, enumerator
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.h266 Conjugate, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1191 struct Conjugate { struct
1192 T operator()(T a) { return a; } in operator ()()
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py104 Conjugate = auto() variable in DispatchKey