Home
last modified time | relevance | path

Searched +defs:p +defs:reduce (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Ddistance_util.h24 void pdist(const Tensor& in, Tensor& out, double p) { in pdist()
51 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
64 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
77 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
90 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
103 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
112 void pdist(const Tensor& in, Tensor& out, double p) { in pdist()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dgetpathp.c101 reduce(char *dir) in reduce() function
309 char *p; in calculate_path() local
356 char *p = PYTHONPATH; in calculate_path() local
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c69 reduce(char *dir) in reduce() function
356 char *p; in calculate_path() local
414 char *p = PYTHONPATH; in calculate_path() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultiMarginLoss.cu72 bool reduce) { in MultiMarginLoss_backward_kernel()
166 auto p = p_.toLong(); in multi_margin_loss_cuda_out() local
290 const Tensor &input, const Tensor &target, const Scalar &p, const Scalar &margin, in multi_margin_loss_cuda()
301 auto p = p_.toLong(); in multi_margin_loss_cuda_backward_out() local
406 const Scalar &p, const Scalar &margin, const std::optional<Tensor> &weights, in multi_margin_loss_cuda_backward()
/aosp_15_r20/external/python/cpython2/PC/
Dgetpathp.c108 reduce(char *dir) in reduce() function
539 char *p; in calculate_path() local
618 char *p = PYTHONPATH; in calculate_path() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DMathUtils.java153 public static double reduce(double a, double period, double offset) { in reduce() method in MathUtils
154 final double p = FastMath.abs(period); in reduce() local
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dtanf_3u3.c40 reduce (float x, int32_t *in) in reduce() function
179 float p = alt ? eval_Q (z2) : eval_P (z2); in tanf() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dtree_reduction_rewriter.cc83 auto *reduce = Cast<HloReduceInstruction>(hlo); in RewriteReduction() local
196 HloInstruction *p = padded[i]; in RewriteReduction() local
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dforking.py64 def register(cls, type, reduce): argument
92 def _reduce_partial(p): argument
/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c119 reduce(char *dir) in reduce() function
214 copy_absolute(char *path, char *p) in copy_absolute()
DcPickle.c151 PyObject **p; in Pdata_dealloc() local
199 PyObject **p; in Pdata_clear() local
817 Py_ssize_t len, p; in put2() local
1328 char *p; in modified_EncodeRawUnicodeEscape() local
1805 PyObject *p = NULL; in batch_dict() local
2409 static char reduce = REDUCE; in save_reduce() local
2888 char *s, *p, *have_get; in Pickle_getvalue() local
3228 Pickler_get_pers_func(Picklerobject *p) in Pickler_get_pers_func()
3238 Pickler_set_pers_func(Picklerobject *p, PyObject *v) in Pickler_set_pers_func()
3251 Pickler_set_inst_pers_func(Picklerobject *p, PyObject *v) in Pickler_set_inst_pers_func()
[all …]
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Drdovae.py48 def __call__(self, p): argument
140 def sq_rate_metric(y_true,y_pred, reduce=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dreduction.py44 def register(cls, type, reduce): argument
223 def _reduce_partial(p): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dvalue_inference_test.cc100 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
110 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
123 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
132 auto p = Parameter(&b, 0, ShapeUtil::MakeShape(S32, {2}), "p0"); in TEST_F() local
135 auto reduce = Reduce(p, zero, add_s32, {0}); in TEST_F() local
144 auto p = Parameter(&b, 0, ShapeUtil::MakeShape(S32, {1, 2}), "p0"); in TEST_F() local
184 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
209 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
221 auto p = in TEST_F() local
233 auto p = Parameter(&b, 0, ShapeUtil::MakeScalarShape(S32), "p0"); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1044 auto reduce = func_builder->create<mlir::mhlo::ReduceOp>( in ImportInstructionImpl() local
1229 auto reduce = func_builder->create<mlir::mhlo::ReduceWindowOp>( in ImportInstructionImpl() local
1668 for (const auto& p : llvm::enumerate(source_target_pairs)) { in ConvertSourceTargetPairs() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DEd25519.java486 private static void doubleXYZ(PartialXYZT partialXYZT, XYZ p) { in doubleXYZ()
523 private static void doubleXYZT(PartialXYZT partialXYZT, XYZT p) { in doubleXYZT()
904 private static void reduce(byte[] s) { in reduce() method in Ed25519
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.19/
HDcompile-testing-0.19.jar ... , java.lang.Object[]) boolean p String message Object[] formatArgs private com.sun ...
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py2053 def meta_bernoulli_(self, p=0.5, generator=None): argument
2058 def meta_bernoulli_p(self, p=0.5, generator=None): argument
3290 def meta_cdist_forward(x1, x2, p, compute_mode): argument
3327 def meta_cdist_backward(grad, x1, x2, p, cdist): argument
5024 def meta_scatter(self, dim, index, src_or_value, reduce=None): argument
5038 def meta_scatter_(self, dim, index, src_or_value, reduce=None): argument
5689 def meta_scatter_reduce_two(self, dim, index, src, reduce, include_self=True): argument
5695 def meta_scatter_reduce__two(self, dim, index, src, reduce, include_self=True): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dgenerated_ops.cpp1388 const auto p = p_node->Input(1).toInt(); in __anon5d9c3eb98802() local
2114 const auto reduce = p_node->Input(4).toStringView(); in __anon5d9c3eb9cc02() local
2132 const auto reduce = p_node->Input(4).toStringView(); in __anon5d9c3eb9cc02() local
2178 const auto reduce = p_node->Input(4).toStringView(); in __anon5d9c3eb9d302() local
3336 const auto p = p_node->Input(1).toScalar(); in __anon5d9c3eb914002() local
3432 const auto p = p_node->Input(2).toScalar(); in __anon5d9c3eb914802() local
4518 const auto p = p_node->Input(1).toInt(); in __anon5d9c3eb91aa02() local
4704 const auto p = p_node->Input(1).toOptional<at::Scalar>(); in __anon5d9c3eb91bc02() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc1065 for (const auto& p : padding) { in HandleConvolution() local
1415 static bool ReductionPreservesLayout(const HloInstruction& reduce) { in ReductionPreservesLayout()
1732 HloInstruction* reduce, HloInstruction* arg, HloInstruction* init_value, in EmitVectorizedReduce()
1900 Status IrEmitter::HandleReduce(HloInstruction* reduce) { in HandleReduce()

12345678910>>...33