Home
last modified time | relevance | path

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

1234

/external/rust/crates/syn/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
/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/rust/crates/libz-sys/src/zlib-ng/
Dcrc32_fold.h12 uint8_t fold[CRC32_FOLD_BUFFER_SIZE]; member
/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
230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DConstant.cpp72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion
371 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion
961 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
371 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion
961 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
/external/okio/okio/src/jvmMain/kotlin/okio/
DPipe.kt163 fun fold(sink: Sink) { in fold() method
/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 …]
Dtf_ops_a_m.cc101 OpFoldResult AddNOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddNOp
152 OpFoldResult AddV2Op::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddV2Op
614 OpFoldResult BroadcastToOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::BroadcastToOp
733 LogicalResult BroadcastGradientArgsOp::fold( in fold() function in mlir::TF::BroadcastGradientArgsOp
988 OpFoldResult CastOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::CastOp
1452 LogicalResult ConcatOffsetOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TF::ConcatOffsetOp
1520 OpFoldResult ConstOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ConstOp
2187 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::DivOp
2307 OpFoldResult EmptyOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::EmptyOp
2401 OpFoldResult EnsureShapeOp::fold(llvm::ArrayRef<mlir::Attribute>) { in fold() function in mlir::TF::EnsureShapeOp
[all …]
/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/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
DQuantOps.cc43 OpFoldResult StorageCastOp::fold(ArrayRef<Attribute> operands) { in fold() function in StorageCastOp
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dcrc32_fold_pclmulqdq.c234 static inline void crc32_fold_load(__m128i *fold, __m128i *fold0, __m128i *fold1, __m128i *fold2, _… in crc32_fold_load()
241 static inline void crc32_fold_save(__m128i *fold, __m128i fold0, __m128i fold1, __m128i fold2, __m1… in crc32_fold_save()
248 static inline void crc32_fold_save_partial(__m128i *fold, __m128i foldp) { in crc32_fold_save_partial()
/external/rust/crates/itertools/src/
Dprocess_results_impl.rs34 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
Dintersperse.rs96 fn fold<B, F>(mut self, init: B, mut f: F) -> B where in fold() function
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DChannelSinkDepthBenchmark.kt83 …private suspend inline fun <E, R> ReceiveChannel<E>.fold(initial: R, operation: (acc: R, E) -> R):… in <lambda>() method in benchmarks.ChannelSinkDepthBenchmark
DChannelSinkBenchmark.kt63 …private suspend inline fun <E, R> ReceiveChannel<E>.fold(initial: R, operation: (acc: R, E) -> R):… in <lambda>() method in benchmarks.ChannelSinkBenchmark
/external/rust/crates/tokio-stream/src/
Dstream_ext.rs22 mod fold; module
831 fn fold<B, F>(self, init: B, f: F) -> FoldFuture<Self, B, F> in fold() method
/external/python/cpython3/Lib/
Ddatetime.py397 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1305 def fold(self): member in time
1506 tzinfo=True, *, fold=None): argument
1572 microsecond=0, tzinfo=None, *, fold=0): argument
1633 def fold(self): member in datetime
1825 *, fold=None): argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt39 public suspend inline fun <T, R> Flow<T>.fold( in fold() method
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCaseIterator.java540 String fold = null; in main() local

1234