| /external/llvm-project/flang/include/flang/Evaluate/ |
| D | traverse.h | 50 Result operator()(const common::Indirection<A, C> &x) const { in operator() function 53 template <typename A> Result operator()(SymbolRef x) const { in operator() function 56 template <typename A> Result operator()(const std::unique_ptr<A> &x) const { in operator() function 59 template <typename A> Result operator()(const std::shared_ptr<A> &x) const { in operator() function 62 template <typename A> Result operator()(const A *x) const { in operator() function 69 template <typename A> Result operator()(const std::optional<A> &x) const { in operator() function 77 Result operator()(const std::variant<A...> &u) const { in operator() function 80 template <typename A> Result operator()(const std::vector<A> &x) const { in operator() function 85 Result operator()(const BOZLiteralConstant &) const { in operator() function 88 Result operator()(const NullPointer &) const { return visitor_.Default(); } in operator() function [all …]
|
| D | shape.h | 94 Result operator()(const ImpliedDoIndex &) const { return Scalar(); } in operator() function 95 Result operator()(const DescriptorInquiry &) const { return Scalar(); } in operator() function 96 Result operator()(const TypeParamInquiry &) const { return Scalar(); } in operator() function 97 Result operator()(const BOZLiteralConstant &) const { return Scalar(); } in operator() function 98 Result operator()(const StaticDataObject::Pointer &) const { in operator() function 101 Result operator()(const StructureConstructor &) const { return Scalar(); } in operator() function 103 template <typename T> Result operator()(const Constant<T> &c) const { in operator() function 115 Result operator()(const ArrayConstructor<T> &aconst) const { in operator() function 119 Result operator()(const Operation<D, R, LO, RO> &operation) const { in operator() function
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| D | Geometry.h | 59 const Geometry& operator=(const char *geometry_); variable 62 Geometry& operator=(const Geometry& Geometry_); variable 65 const Geometry& operator=(const std::string &geometry_); variable 122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_); variable 172 const Offset& operator=(const char *offset_); variable 175 Offset& operator=(const Offset& offset_); variable 178 const Offset& operator=(const std::string &offset_); variable 232 const Point& operator=(const char *point_); variable 235 const Point& operator=(double xy_); variable 238 Point& operator=(const Point& point_); variable [all …]
|
| D | Color.h | 99 Color& operator=(const Color &color_); variable 102 const Color& operator=(const char *color); variable 105 const Color& operator=(const PixelInfo &color_); variable 108 const Color& operator=(const std::string &color); variable 211 ColorCMYK& operator=(const Color& color_); variable 265 ColorGray& operator=(const Color& color_); variable 295 ColorHSL& operator=(const Color& color_); variable 337 ColorMono& operator=(const Color& color_); variable 370 ColorRGB& operator=(const Color& color_); variable 418 ColorYUV& operator=(const Color& color_); variable
|
| /external/pdfium/public/cpp/ |
| D | fpdf_deleters.h | 21 inline void operator()(FPDF_ANNOTATION annot) { FPDFPage_CloseAnnot(annot); } in operator() function 25 inline void operator()(FPDF_AVAIL avail) { FPDFAvail_Destroy(avail); } in operator() function 29 inline void operator()(FPDF_BITMAP bitmap) { FPDFBitmap_Destroy(bitmap); } in operator() function 33 inline void operator()(FPDF_CLIPPATH clip_path) { in operator() function 39 inline void operator()(FPDF_DOCUMENT doc) { FPDF_CloseDocument(doc); } in operator() function 43 inline void operator()(FPDF_FONT font) { FPDFFont_Close(font); } in operator() function 47 inline void operator()(FPDF_FORMHANDLE form) { in operator() function 53 inline void operator()(FPDF_JAVASCRIPT_ACTION javascript) { in operator() function 59 inline void operator()(FPDF_PAGE page) { FPDF_ClosePage(page); } in operator() function 63 inline void operator()(FPDF_PAGELINK pagelink) { in operator() function [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | segment_reduction_ops.h | 75 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 83 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 91 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 99 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 108 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 116 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 124 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 132 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 143 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator() function 148 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator() function [all …]
|
| D | relu_op_functor.h | 33 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function 49 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function 67 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function 83 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function 113 void operator()(LeakyReluArgs args) { in operator() function 130 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function 145 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function 163 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function 179 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function 201 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
|
| /external/skia/include/sksl/ |
| D | DSLExpression.h | 86 DSLPossibleExpression operator=(DSLExpression other); variable 166 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right); variable 167 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLExpression right); variable 168 DSLPossibleExpression operator,(DSLExpression left, DSLPossibleExpression right); variable 169 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLPossibleExpression right); variable 220 DSLPossibleExpression operator=(DSLExpression expr); variable 222 DSLPossibleExpression operator=(int expr); variable 224 DSLPossibleExpression operator=(float expr); variable 226 DSLPossibleExpression operator=(double expr); variable
|
| /external/webrtc/api/crypto/ |
| D | crypto_options.cc | 60 struct Srtp { in operator ==() 61 bool enable_gcm_crypto_suites; in operator ==() 62 bool enable_aes128_sha1_32_crypto_cipher; in operator ==() 63 bool enable_aes128_sha1_80_crypto_cipher; in operator ==() 64 bool enable_encrypted_rtp_header_extensions; in operator ==() 65 } srtp; in operator ==() 66 struct SFrame { in operator ==() 67 bool require_frame_encryption; in operator ==() 68 } sframe; in operator ==()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | winograd.h | 45 Winograd4x4To36& operator=(Winograd4x4To36&& kernel) = default; variable 47 Winograd4x4To36& operator=(const Winograd4x4To36&) = delete; variable 75 Winograd4x4To36TileX6& operator=(Winograd4x4To36TileX6&& operation) = default; variable 77 Winograd4x4To36TileX6& operator=(const Winograd4x4To36TileX6&) = delete; variable 111 Winograd36To4x4& operator=(Winograd36To4x4&& kernel) = default; variable 113 Winograd36To4x4& operator=(const Winograd36To4x4&) = delete; variable 141 Winograd36To4x4Tile4x1& operator=(Winograd36To4x4Tile4x1&& operation) = variable 144 Winograd36To4x4Tile4x1& operator=(const Winograd36To4x4Tile4x1&) = delete; variable
|
| /external/abseil-cpp/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/angle/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/openscreen/third_party/abseil/src/absl/types/internal/ |
| D | optional.h | 257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable 278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable 291 optional_assign_base& operator=(const optional_assign_base&) = default; variable 292 optional_assign_base& operator=(optional_assign_base&&) = default; variable 301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable 302 optional_assign_base& operator=(optional_assign_base&&) = default; variable [all …]
|
| /external/skia/src/core/ |
| D | SkRecordPattern.h | 28 bool operator()(T* ptr) { in operator() function 34 bool operator()(U*) { in operator() function 53 operator()(T* draw) { in operator() function 59 std::enable_if_t<(T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool> operator()(T* draw) { in operator() function 65 std::enable_if_t<!(T::kTags & kDraw_Tag), bool> operator()(T* draw) { in operator() function 82 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function 89 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
|
| /external/skqp/src/core/ |
| D | SkRecordPattern.h | 28 bool operator()(T* ptr) { in operator() function 34 bool operator()(U*) { in operator() function 52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function 58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function 64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function 81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function 88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | ops_custom.md | 48 ### Create a TensorFlow Model 98 ### Convert to a TensorFlow Lite Model 118 ### Create and register the operator. 182 ### Defining the kernel in the TensorFlow Lite runtime 241 ### Register the operator with the kernel library 291 ### Test and profile your operator
|
| /external/openscreen/third_party/abseil/src/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|
| /external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|
| /external/abseil-cpp/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|
| /external/angle/third_party/abseil-cpp/absl/strings/internal/ |
| D | str_join_internal.h | 62 void operator()(std::string* out, const T& t) const { in operator() function 66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function 83 void operator()(std::string* out, const T& t) { in operator() function 108 void operator()(std::string* out, const T& p) { in operator() function 115 void operator()(std::string* out, const T& p) const { in operator() function 138 void operator()(std::string* out, const T& t) { in operator() function 143 void operator()(std::string* out, const T& t) const { in operator() function
|