/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/iteration/detail/preprocessed/ |
D | fold.hpp | 124 fold(Seq& seq, State& state, F& f) in fold() function 141 struct fold struct 152 fold(Seq& seq, State const& state, F f) in fold() function 163 fold(Seq const& seq, State const& state, F f) in fold() function 174 fold(Seq& seq, State& state, F f) in fold() function 185 fold(Seq const& seq, State& state, F f) in fold() function
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | fold.hpp | 31 struct fold struct 39 >::state type;
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/ |
D | fold.hpp | 86 struct fold : transform<fold<Sequence, State0, Fun> > struct 89 struct impl : transform_impl<Expr, State, Data> 212 struct fold<_, State0, Fun> : transform<fold<_, State0, Fun> > struct 215 struct impl
|
/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
D | fold.h | 11 inline Tensor fold( in fold() function 45 inline Tensor fold(const Tensor& input, const FoldFuncOptions& options) { in fold() function
|
/external/python/dateutil/dateutil/tz/ |
D | _common.py | 37 def enfold(dt, fold=1): argument 99 def fold(self): member in _DatetimeWithFold 102 def enfold(dt, fold=1): argument
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.cc | 701 OpFoldResult AddOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AddOp 887 OpFoldResult ConcatenationOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ConcatenationOp 1066 LogicalResult FullyConnectedOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TFL::FullyConnectedOp 1502 OpFoldResult MulOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::MulOp 1542 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::DivOp 1720 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ReshapeOp 2143 OpFoldResult SqueezeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SqueezeOp 2156 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SubOp 2714 OpFoldResult AbsOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AbsOp 2727 OpFoldResult NegOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::NegOp [all …]
|
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | fold.rst | 3 fold title
|
/external/libchrome/third_party/jinja2/ |
D | optimizer.py | 35 def fold(self, node, eval_ctx=None): member in Optimizer
|
/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | mod.rs | 78 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function 201 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function 340 fn fold<Acc, G>(mut self, init: Acc, mut f: G) -> Acc in fold() function 434 fn fold<Acc, G>(self, mut accum: Acc, mut f: G) -> Acc in fold() function 592 fn fold<B, F>(mut self, acc: B, mut f: F) -> B in fold() function 661 fn fold<B, F>(self, init: B, f: F) -> B in fold() function 702 fn fold<B, F>(self, init: B, f: F) -> B in fold() method 918 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold() function 1023 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold() function 1118 fn fold<B, G>(self, init: B, mut func: G) -> B in fold() function [all …]
|
/external/python/cpython3/Include/ |
D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/external/rust/android-crates-io/crates/icu_capi/bindings/demo_gen/ |
D | CaseMapper.mjs | 42 export function fold(s) { function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_layout_helper.h | 120 auto fold = cast<FoldOperandsTransposeInterface>(op->getOperation()); variable
|
D | tf_ops_n_z.cc | 234 OpFoldResult PackOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PackOp 505 OpFoldResult PowOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PowOp 646 OpFoldResult RangeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RangeOp 703 OpFoldResult RankOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RankOp 726 OpFoldResult RealDivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RealDivOp 888 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ReshapeOp 1080 OpFoldResult ShapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ShapeOp 1212 OpFoldResult SizeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SizeOp 1672 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SubOp 1687 OpFoldResult SumOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SumOp [all …]
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | Constant.cpp | 72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 367 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 843 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 367 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 843 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | Pipe.kt | 170 fun fold(sink: Sink) { in fold() method
|
/external/rust/android-crates-io/crates/itertools/src/ |
D | put_back_n_impl.rs | 64 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() method
|
D | take_while_inclusive.rs | 68 fn fold<B, Fold>(mut self, init: B, mut f: Fold) -> B in fold() function
|
D | with_position.rs | 94 fn fold<B, F>(mut self, mut init: B, mut f: F) -> B in fold() method
|
D | repeatn.rs | 48 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function
|
D | multipeek_impl.rs | 106 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
D | QuantOps.cc | 43 OpFoldResult StorageCastOp::fold(ArrayRef<Attribute> operands) { in fold() function in StorageCastOp
|
/external/python/cpython3/Lib/email/ |
D | _policybase.py | 257 def fold(self, name, value): member in Policy 326 def fold(self, name, value): member in Compat32
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | process_results_impl.rs | 36 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | process_results_impl.rs | 36 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|