Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 25 of 160) sorted by relevance

1234567

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/iteration/detail/preprocessed/
Dfold.hpp124 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/
Dfold.hpp31 struct fold struct
39 >::state type;
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Dfold.hpp86 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/
Dfold.h11 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.py37 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/
Dtfl_ops.cc701 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/
Dfold.rst3 fold title
/external/libchrome/third_party/jinja2/
Doptimizer.py35 def fold(self, node, eval_ctx=None): member in Optimizer
/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmod.rs78 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/
Ddatetime.h84 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/
DCaseMapper.mjs42 export function fold(s) { function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_layout_helper.h120 auto fold = cast<FoldOperandsTransposeInterface>(op->getOperation()); variable
Dtf_ops_n_z.cc234 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/
DConstant.cpp72 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/
DConstant.cpp72 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/
DPipe.kt170 fun fold(sink: Sink) { in fold() method
/external/rust/android-crates-io/crates/itertools/src/
Dput_back_n_impl.rs64 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() method
Dtake_while_inclusive.rs68 fn fold<B, Fold>(mut self, init: B, mut f: Fold) -> B in fold() function
Dwith_position.rs94 fn fold<B, F>(mut self, mut init: B, mut f: F) -> B in fold() method
Drepeatn.rs48 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function
Dmultipeek_impl.rs106 fn fold<B, F>(self, mut init: B, mut f: F) -> B in fold() function
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
DQuantOps.cc43 OpFoldResult StorageCastOp::fold(ArrayRef<Attribute> operands) { in fold() function in StorageCastOp
/external/python/cpython3/Lib/email/
D_policybase.py257 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/
Dprocess_results_impl.rs36 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/
Dprocess_results_impl.rs36 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function

1234567