/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLElementWiseUnaryLayer.h | 49 CLRsqrtLayer &operator=(const CLRsqrtLayer &) = delete; variable 51 CLRsqrtLayer &operator=(CLRsqrtLayer &&); variable 95 CLExpLayer &operator=(const CLExpLayer &) = delete; variable 97 CLExpLayer &operator=(CLExpLayer &&); variable 141 CLNegLayer &operator=(const CLNegLayer &) = delete; variable 143 CLNegLayer &operator=(CLNegLayer &&); variable 187 CLSinLayer &operator=(const CLSinLayer &) = delete; variable 189 CLSinLayer &operator=(CLSinLayer &&); variable 233 CLLogLayer &operator=(const CLLogLayer &) = delete; variable 235 CLLogLayer &operator=(CLLogLayer &&); variable [all …]
|
D | CLElementwiseOperations.h | 370 CLArithmeticAddition &operator=(const CLArithmeticAddition &) = delete; variable 372 CLArithmeticAddition &operator=(CLArithmeticAddition &&); variable 476 CLArithmeticSubtraction &operator=(const CLArithmeticSubtraction &) = delete; variable 478 CLArithmeticSubtraction &operator=(CLArithmeticSubtraction &&); variable 582 CLArithmeticDivision &operator=(const CLArithmeticDivision &) = delete; variable 584 CLArithmeticDivision &operator=(CLArithmeticDivision &&); variable 642 CLElementwiseMax &operator=(const CLElementwiseMax &) = delete; variable 644 CLElementwiseMax &operator=(CLElementwiseMax &&); variable 702 CLElementwiseMin &operator=(const CLElementwiseMin &) = delete; variable 704 CLElementwiseMin &operator=(CLElementwiseMin &&); variable [all …]
|
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NEElementwiseOperations.h | 52 NEElementwiseMax &operator=(const NEElementwiseMax &) = delete; variable 54 NEElementwiseMax &operator=(NEElementwiseMax &&); variable 99 NEElementwiseMin &operator=(const NEElementwiseMin &) = delete; variable 101 NEElementwiseMin &operator=(NEElementwiseMin &&); variable 146 NEElementwiseSquaredDiff &operator=(const NEElementwiseSquaredDiff &) = delete; variable 148 NEElementwiseSquaredDiff &operator=(NEElementwiseSquaredDiff &&); variable 193 NEElementwiseDivision &operator=(const NEElementwiseDivision &) = delete; variable 195 NEElementwiseDivision &operator=(NEElementwiseDivision &&); variable 241 NEElementwisePower &operator=(const NEElementwisePower &) = delete; variable 243 NEElementwisePower &operator=(NEElementwisePower &&); variable [all …]
|
D | NEGEMMLowpOutputStage.h | 79 …NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint &operator=(const NEGEMMLowpQuantizeDownInt32To… variable 83 …NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint &operator=(NEGEMMLowpQuantizeDownInt32ToUint8S… variable 151 …NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint &operator=(const NEGEMMLowpQuantizeDownInt32ToI… variable 155 …NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint &operator=(NEGEMMLowpQuantizeDownInt32ToInt8Sca… variable 223 …NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPoint &operator=(const NEGEMMLowpQuantizeDownInt32To… variable 227 …NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPoint &operator=(NEGEMMLowpQuantizeDownInt32ToInt16S… variable 276 NEGEMMLowpOutputStage &operator=(const NEGEMMLowpOutputStage &) = delete; variable 280 NEGEMMLowpOutputStage &operator=(NEGEMMLowpOutputStage &&) = delete; variable
|
D | NEAccumulate.h | 48 NEAccumulate &operator=(const NEAccumulate &) = delete; variable 52 NEAccumulate &operator=(NEAccumulate &&) = delete; variable 76 NEAccumulateWeighted &operator=(const NEAccumulateWeighted &) = delete; variable 80 NEAccumulateWeighted &operator=(NEAccumulateWeighted &&) = delete; variable 106 NEAccumulateSquared &operator=(const NEAccumulateSquared &) = delete; variable 110 NEAccumulateSquared &operator=(NEAccumulateSquared &&) = delete; variable
|
/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/eigen/Eigen/src/plugins/ |
D | IndexedViewMethods.h | 73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator() function 85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator() function 103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator() function 114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator() function 122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator() function 130 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndicesT (&colIndices)[ColIndices… in operator() function 144 operator()(const Indices& indices) EIGEN_INDEXED_VIEW_METHOD_CONST in operator() function 155 operator()(const Indices& indices) EIGEN_INDEXED_VIEW_METHOD_CONST in operator() function 166 operator()(const Indices& indices) EIGEN_INDEXED_VIEW_METHOD_CONST in operator() function 176 operator()(const IndexType& id) EIGEN_INDEXED_VIEW_METHOD_CONST in operator() function [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEAccumulateKernel.h | 52 NEAccumulateKernel &operator=(const NEAccumulateKernel &) = delete; variable 56 NEAccumulateKernel &operator=(NEAccumulateKernel &&) = default; variable 91 NEAccumulateWeightedKernel &operator=(const NEAccumulateWeightedKernel &) = delete; variable 95 NEAccumulateWeightedKernel &operator=(NEAccumulateWeightedKernel &&) = default; variable 127 NEAccumulateWeightedFP16Kernel &operator=(const NEAccumulateWeightedFP16Kernel &) = delete; variable 131 NEAccumulateWeightedFP16Kernel &operator=(NEAccumulateWeightedFP16Kernel &&) = default; variable 161 NEAccumulateSquaredKernel &operator=(const NEAccumulateSquaredKernel &) = delete; variable 165 NEAccumulateSquaredKernel &operator=(NEAccumulateSquaredKernel &&) = default; variable
|
D | NEGEMMLowpReductionKernel.h | 44 INEGEMMLowpReductionKernel &operator=(const INEGEMMLowpReductionKernel &) = delete; variable 48 INEGEMMLowpReductionKernel &operator=(INEGEMMLowpReductionKernel &&) = default; variable 89 NEGEMMLowpMatrixAReductionKernel &operator=(const NEGEMMLowpMatrixAReductionKernel &) = delete; variable 93 NEGEMMLowpMatrixAReductionKernel &operator=(NEGEMMLowpMatrixAReductionKernel &&) = default; variable 150 NEGEMMLowpMatrixBReductionKernel &operator=(const NEGEMMLowpMatrixBReductionKernel &) = delete; variable 154 NEGEMMLowpMatrixBReductionKernel &operator=(NEGEMMLowpMatrixBReductionKernel &&) = default; variable
|
/external/skia/include/sksl/ |
D | DSLExpression.h | 100 DSLPossibleExpression operator=(DSLExpression other); variable 200 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right); variable 201 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLExpression right); variable 202 DSLPossibleExpression operator,(DSLExpression left, DSLPossibleExpression right); variable 203 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLPossibleExpression right); variable 263 DSLPossibleExpression operator=(DSLExpression expr); variable 265 DSLPossibleExpression operator=(int expr); variable 267 DSLPossibleExpression operator=(float expr); variable 269 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/core/kernels/ |
D | segment_reduction_ops.h | 82 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 100 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 109 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 119 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 127 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 135 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 143 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function 154 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator() function 159 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/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/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/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/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/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/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/tensorflow/tensorflow/cc/experimental/libtf/ |
D | value_iostream.h | 55 std::ostream& operator()(const ListPtr& x) { in operator() function 59 std::ostream& operator()(const TuplePtr& x) { in operator() function 63 std::ostream& operator()(const DictPtr& x) { in operator() function 67 std::ostream& operator()(const Capsule& x) { in operator() function 71 std::ostream& operator()(const Func& x) { in operator() function 75 std::ostream& operator()(const TaggedValueTensor& x) { in operator() function 81 std::ostream& operator()(const T& x) { in operator() function
|
/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 112 Winograd36To4x4& operator=(Winograd36To4x4&& kernel) = default; variable 114 Winograd36To4x4& operator=(const Winograd36To4x4&) = delete; variable 142 Winograd36To4x4Tile4x1& operator=(Winograd36To4x4Tile4x1&& operation) = variable 145 Winograd36To4x4Tile4x1& operator=(const Winograd36To4x4Tile4x1&) = delete; variable
|
/external/libcxx/test/support/ |
D | deleter_types.h | 34 Deleter& operator=(const Deleter&); variable 63 void operator()(T* p) {delete p;} in operator() function 72 Deleter& operator=(const Deleter&); variable 91 void operator()(T* p) {delete [] p;} in operator() function 125 void operator()(T* p) {delete p;} in operator() function 151 void operator()(T* p) {delete [] p;} in operator() function 184 void operator()(T* p) {delete p;} in operator() function 205 void operator()(T* p) {delete [] p;} in operator() function 223 NCDeleter& operator=(NCDeleter const&); variable 233 void operator()(T* p) {delete p;} in operator() function [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFixedSize.h | 140 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, IndexTypes... oth… in operator() function 148 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function 159 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function 170 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function 181 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function 195 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function 202 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function 209 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function 225 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& operator()(Index firstIndex, IndexTypes... otherIndi… in operator() function 233 EIGEN_STRONG_INLINE Scalar& operator()(Index i0, Index i1) in operator() function [all …]
|