Home
last modified time | relevance | path

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

123

/external/kotlinx.coroutines/stdlib-stubs/src/
DCoroutineContext.kt9 public fun <R> fold(initial: R, operation: (R, Element) -> R): R in get() method
20 public override fun <R> fold(initial: R, operation: (R, Element) -> R): R = in get() method
33 …public override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R = initi… method
/external/rust/crates/syn/0.15.42/src/
Dgen_helper.rs2 pub mod fold { module
42 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self; in fold() method
46 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
52 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
58 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
64 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
Dlib.rs543 pub mod fold; module
/external/rust/crates/syn/1.0.7/src/
Dgen_helper.rs2 pub mod fold { module
42 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self; in fold() method
46 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
52 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
58 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
64 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
Dlib.rs748 pub mod fold; module
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc345 OpFoldResult AddOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AddOp
521 OpFoldResult ConcatenationOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ConcatenationOp
673 OpFoldResult MulOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::MulOp
685 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::DivOp
806 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ReshapeOp
974 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SubOp
1295 OpFoldResult AbsOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AbsOp
1308 OpFoldResult NegOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::NegOp
1321 OpFoldResult SinOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SinOp
1338 OpFoldResult CosOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::CosOp
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dhlo_ops.cc147 OpFoldResult ConstOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ConstOp
178 OpFoldResult IotaOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::IotaOp
270 OpFoldResult ConvertOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ConvertOp
303 OpFoldResult GetTupleElementOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::GetTupleElementOp
502 OpFoldResult ComplexOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ComplexOp
535 OpFoldResult ImagOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ImagOp
548 OpFoldResult RealOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::RealOp
561 OpFoldResult ConcatenateOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ConcatenateOp
728 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ReshapeOp
750 OpFoldResult ReverseOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::xla_hlo::ReverseOp
[all …]
/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/libchrome/third_party/jinja2/
Doptimizer.py35 def fold(self, node, eval_ctx=None): member in Optimizer
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp148 bool expr_handler::fold(node& n) { in fold() function in r600_sb::expr_handler
184 bool expr_handler::fold(container_node& n) { in fold() function in r600_sb::expr_handler
292 bool expr_handler::fold(alu_node& n) { in fold() function in r600_sb::expr_handler
304 bool expr_handler::fold(fetch_node& n) { in fold() function in r600_sb::expr_handler
320 bool expr_handler::fold(cf_node& n) { in fold() function in r600_sb::expr_handler
/external/python/cpython3/Include/
Ddatetime.h84 unsigned char fold; member
112 unsigned char fold; member
222 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument
230 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp101 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion
400 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion
991 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DConstant.cpp101 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion
400 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion
991 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
/external/python/cpython3/Lib/email/
D_policybase.py249 def fold(self, name, value): member in Policy
318 def fold(self, name, value): member in Compat32
Dpolicy.py165 def fold(self, name, value): member in EmailPolicy
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt42 public suspend inline fun <T, R> Flow<T>.fold( in fold() method
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java539 String fold = null; in main() local
/external/cldr/tools/java/org/unicode/cldr/util/
DCaseIterator.java540 String fold = null; in main() local
/external/python/cpython3/Lib/
Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1302 def fold(self): member in time
1502 tzinfo=True, *, fold=None): argument
1567 microsecond=0, tzinfo=None, *, fold=0): argument
1628 def fold(self): member in datetime
1820 *, fold=None): argument
/external/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp130 fold(F &&f, A a, R &&r) { in fold() function
/external/python/cpython3/Modules/
D_datetimemodule.c440 check_time_args(int h, int m, int s, int us, int fold) in check_time_args()
899 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
939 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
946 int fold, PyObject *cls) { in new_datetime_subclass_fold_ex()
980 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1016 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1293 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold()
4063 int fold = 0; in time_new() local
4158 int fold = TIME_GET_FOLD(self); in time_repr() local
4421 int fold = TIME_GET_FOLD(self); in time_replace() local
[all …]
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c204 FLOAT32 inc, fnew, fold; in ixheaacd_lpc_coef_gen() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc312 OpFoldResult AddNOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddNOp
517 OpFoldResult CastOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::CastOp
600 LogicalResult ConcatOffsetOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TF::ConcatOffsetOp
672 OpFoldResult ConstOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ConstOp
1281 OpFoldResult LeakyReluOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::LeakyReluOp
1839 OpFoldResult ShapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ShapeOp
1879 LogicalResult ShapeNOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TF::ShapeNOp
2546 OpFoldResult TransposeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::TransposeOp

123