/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_complex.hpp | 17 template <class T> struct is_complex : public false_type {}; struct 18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct 19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct 20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct 21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_complex.h | 22 template <typename T> struct is_complex { struct 44 LIBC_INLINE_VAR constexpr bool is_complex_v = is_complex<T>::value; argument
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | complex_utils.h | 11 struct is_complex : public std::false_type {}; struct
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | registration.py | 34 is_complex: bool = False variable in ONNXFunction
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/ |
H A D | _registration.py | 55 is_complex: bool = False variable in OnnxDecompMeta
|
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/ |
H A D | Functions.h | 111 inline bool is_complex(const Tensor& tensor) { in is_complex() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | cpu_runtime.cc | 54 struct is_complex : std::false_type {}; struct 56 struct is_complex<std::complex<T>> : std::true_type {}; struct
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TypeProperties.cpp | 31 bool is_complex(const Tensor& self) { in is_complex() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | nccl_utils.cc | 197 bool is_complex = primitive_util::IsComplexType(element_type); in ToNcclDataTypeAndCountMultiplier() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | gen-tag-table.py | 284 def is_complex (self): member in LanguageTag
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | TensorBase.h | 152 bool is_complex() const { in is_complex() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/ |
H A D | math_test.py | 40 def _test_unary_cwise_ops(self, ops, is_complex): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | eigh_expander.cc | 103 bool is_complex = primitive_util::IsComplexType(w_tl_shape.element_type()); in HermitianEigenDecomposition2x2() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_dynamic_shapes.py | 1518 def is_complex(x): function
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NEReductionOperationKernel.cpp | 1579 const bool is_complex = (input->info()->num_channels() == 2); in reduce_op() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer.cc | 2390 bool is_complex = false; in TrySimplify() local 2540 bool is_complex = (type == DT_COMPLEX64) || (type == DT_COMPLEX128); in TrySimplify() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | FunctionsManual.cpp | 3409 const auto is_complex = dA.is_complex(); in linalg_svd_jvp() local 3630 const bool is_complex = U.is_complex(); in svd_backward() local 4317 auto is_complex = A.is_complex(); in slogdet_backward() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 1578 bool is_complex() const { return flags() & FLAG_COMPLEX; } in is_complex() function
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 579 def is_complex(input: TensorLikeType): function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/combined/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/jarjar/ |
D | Bluetooth.jar | org/jspecify/annotations/Nullable.class
Nullable.java
package org.jspecify.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/withres/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |