Home
last modified time | relevance | path

Searched +defs:p +defs:reduce (Results 26 – 50 of 814) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc2452 [&](const std::pair<int64_t, int64_t>& p) { in OptimizeDotOfReorderContractingDims() argument
5280 HloReduceInstruction* reduce = Cast<HloReduceInstruction>(hlo); in HandleReduce() local
5765 HloInstruction* reduce = hlo->AddInstruction(HloInstruction::CreateReduce( in HandleReduceWindow() local
6293 const auto& p = padding.dimensions(dim); in FoldConvInputPad() local
6305 const auto& p = padding.dimensions(dnums.input_spatial_dimensions(dim)); in FoldConvInputPad() local
6361 const auto& p = padding.dimensions(dim); in FoldConvFilterPad() local
6373 const auto& p = padding.dimensions(dnums.kernel_spatial_dimensions(dim)); in FoldConvFilterPad() local
H A Dhlo_instruction_test.cc100 Status HandleReduce(HloInstruction* reduce) override { in HandleReduce()
393 auto reduce = builder.AddInstruction( in TEST_F() local
1987 HloInstruction* p = in TEST_F() local
H A Dhlo_verifier.cc646 for (const auto& p : hlo->source_target_pairs()) { in CheckDuplicatedSourceOrTarget() local
1022 Status ShapeVerifier::HandleReduce(HloInstruction* reduce) { in HandleReduce()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc1873 for (const auto& p : extra_output_gens) { in EmitExtraOutputsForReduce() local
1878 for (const auto& p : extra_output_ir_values) { in EmitExtraOutputsForReduce() local
3245 auto reduce = mlir::dyn_cast_or_null<mlir::mhlo::ReduceOp>( in BuildFusedInitializerThunk() local
4737 for (const HloReduceInstruction* reduce : reductions) { in EmitIRForReduction() local
4760 for (const HloReduceInstruction* reduce : reductions) { in EmitIRForReduction() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensorMath.cpp350 Tensor norm_sparse(const SparseTensor& self, const Scalar& p) { in norm_sparse()
355 Tensor norm_sparse(const SparseTensor& self, const std::optional<Scalar>& p, IntArrayRef dim, bool … in norm_sparse()
1396 Tensor _sparse_mm(const Tensor& mat1, const Tensor& mat2, const c10::string_view reduce) { in _sparse_mm()
1551 int64_t p = t_nnz; in _sspaddmm_out_cpu() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp259 double p = p_.value_or(2.0).toDouble(); in norm_backward() local
312 double p = p_.value_or(2.0).toDouble(); in norm_jvp() local
567 Tensor mvlgamma_backward(const Tensor& grad, const Tensor& self, int64_t p) { in mvlgamma_backward()
1608 const Scalar& p, in renorm_backward()
1641 const Scalar& p, in renorm_jvp()
6785 c10::string_view reduce, in scatter_reduce_jvp()
6818 c10::string_view reduce, in scatter_reduce_backward()
6917 c10::string_view reduce, in index_reduce_backward()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java715 Class<?> c; Type[] ts, as; ParameterizedType p; in comparableClassFor() local
935 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; in get() local
1053 Node<K,V> p; in putVal() local
1152 TreeNode<K,V> r, p; in replaceNode() local
1202 Node<K,V> p = (fh >= 0 ? f : in clear() local
1329 Node<K,V> p; in toString() local
1455 Node<K,V> p = null; in readObject() local
1758 TreeNode<K,V> r, p; in computeIfAbsent() local
1854 TreeNode<K,V> r, p; in computeIfPresent() local
1974 TreeNode<K,V> r, p; in compute() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java715 Class<?> c; Type[] ts, as; ParameterizedType p; in comparableClassFor() local
935 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; in get() local
1053 Node<K,V> p; in putVal() local
1152 TreeNode<K,V> r, p; in replaceNode() local
1202 Node<K,V> p = (fh >= 0 ? f : in clear() local
1329 Node<K,V> p; in toString() local
1455 Node<K,V> p = null; in readObject() local
1758 TreeNode<K,V> r, p; in computeIfAbsent() local
1854 TreeNode<K,V> r, p; in computeIfPresent() local
1974 TreeNode<K,V> r, p; in compute() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java715 Class<?> c; Type[] ts, as; ParameterizedType p; in comparableClassFor() local
935 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; in get() local
1053 Node<K,V> p; in putVal() local
1152 TreeNode<K,V> r, p; in replaceNode() local
1202 Node<K,V> p = (fh >= 0 ? f : in clear() local
1329 Node<K,V> p; in toString() local
1455 Node<K,V> p = null; in readObject() local
1758 TreeNode<K,V> r, p; in computeIfAbsent() local
1854 TreeNode<K,V> r, p; in computeIfPresent() local
1974 TreeNode<K,V> r, p; in compute() local
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c1277 unsigned p = regid(const_state->offsets.kernel_params, 0); in emit_intrinsic_load_kernel_input() local
2345 struct ir3_register *reduce = __ssa_dst(scan); in emit_intrinsic_reduce() local
2427 struct ir3_register *reduce = __ssa_dst(scan); in emit_intrinsic_reduce_clusters() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs2265 let p = predicate(&**x); in partition_in_place() localVariable
2619 fn reduce<F>(mut self, f: F) -> Option<Self::Item> in reduce() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs2266 let p = predicate(&**x); in partition_in_place() localVariable
2620 fn reduce<F>(mut self, f: F) -> Option<Self::Item> in reduce() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs2266 let p = predicate(&**x); in partition_in_place() localVariable
2620 fn reduce<F>(mut self, f: F) -> Option<Self::Item> in reduce() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs2265 let p = predicate(&**x); in partition_in_place() localVariable
2619 fn reduce<F>(mut self, f: F) -> Option<Self::Item> in reduce() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs2265 let p = predicate(&**x); in partition_in_place() localVariable
2619 fn reduce<F>(mut self, f: F) -> Option<Self::Item> in reduce() method
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c1996 unsigned char *p; in valid_identifier() local
3538 PyObject *reduce, *res; in object_reduce_ex() local
6280 slotdef *p, **pp; local
6315 update_one_slot(PyTypeObject *type, slotdef *p)
6412 slotdef *p; local
6432 slotdef *p; local
6472 slotdef *p; local
6482 slotdef *p; local
6570 slotdef *p; local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Ddot_handler.cc1703 auto p = cp_b.AddInstruction(HloInstruction::CreateParameter( in PartitionBaseCase() local
4103 for (const HloInstruction* reduce : reduce_outputs) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
4113 for (const HloInstruction* reduce : reduce_outputs) { in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2716 Operand p(lin_vgpr, v1); in lower_to_hw_instr() local
2955 Pseudo_reduction_instruction& reduce = instr->reduction(); in lower_to_hw_instr() local
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp769 TensorRef unchecked_tensor_from(mpy::handle p) { in unchecked_tensor_from()
1649 for (auto p : parts) { in dot_prepare() local
1660 for (auto p : parts) { in dot_prepare() local
1669 for (auto p : parts) { in dot_finish() local
2874 bool reduce = true; member
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDkotlin-stdlib-1.3.71.jar ... .PropertyReference0) kotlin.jvm.internal.PropertyReference0 p public kotlin.reflect.KMutableProperty0 mutableProperty0 (kotlin. ...
/aosp_15_r20/external/jcommander/lib/
HDkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/annotation/ kotlin/ ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc1813 auto reduce = rewriter.create<ReduceOp>(op.getLoc(), masked, zero, in matchAndRewrite() local
2688 auto reduce = rewriter.create<ReduceWindowOp>( in matchAndRewrite() local
2930 auto reduce = rewriter.create<ReduceWindowOp>( in matchAndRewrite() local
6328 auto reduce = rewriter.create<ReduceWindowOp>( in matchAndRewrite() local
6530 int64_t p = std::min(m, n); in matchAndRewrite() local
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c5426 PyObject *reduce, *res; in object___reduce_ex___impl() local
8280 slotdef *p, **pp; in resolve_slotdups() local
8365 update_one_slot(PyTypeObject *type, slotdef *p) in update_one_slot()
8484 for (slotdef *p = slotdefs; p->name; p++) { in _PyTypes_InitSlotDefs() local
8500 for (slotdef *p = slotdefs; p->name; p++) { in clear_slotdefs() local
8511 slotdef *p; in update_slot() local
8550 for (slotdef *p = slotdefs; p->name; ) { in fixup_slot_dispatchers() local
8558 slotdef *p; in update_all_slots() local
8733 slotdef *p; in add_operators() local
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Ddesugar_jdk_libs.jardesugar/sun/nio/fs/DesugarBasicFileAttributes.class DesugarBasicFileAttributes.java package desugar.sun. ...
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py1877 def native_dropout(x, p, train): argument
3418 def scatter_reduce_(self, dim: int, index, src, reduce, *, include_self: bool = True): argument
3480 def backend_reduce_str(reduce): argument

12345678910>>...33