/aosp_15_r20/external/executorch/kernels/portable/cpu/util/ |
H A D | distance_util.h | 24 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/ |
D | getpathp.c | 101 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/ |
D | getpathp.c | 69 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 D | MultiMarginLoss.cu | 72 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/ |
D | getpathp.c | 108 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 D | MathUtils.java | 153 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 D | tanf_3u3.c | 40 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 D | tree_reduction_rewriter.cc | 83 auto *reduce = Cast<HloReduceInstruction>(hlo); in RewriteReduction() local 196 HloInstruction *p = padded[i]; in RewriteReduction() local
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | forking.py | 64 def register(cls, type, reduce): argument 92 def _reduce_partial(p): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | getpath.c | 119 reduce(char *dir) in reduce() function 214 copy_absolute(char *path, char *p) in copy_absolute()
|
D | cPickle.c | 151 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 D | rdovae.py | 48 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/ |
D | reduction.py | 44 def register(cls, type, reduce): argument 223 def _reduce_partial(p): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | reduction.py | 44 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/ |
D | reduction.py | 44 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/ |
D | reduction.py | 44 def register(cls, type, reduce): argument 223 def _reduce_partial(p): argument
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 44 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/ |
D | reduction.py | 44 def register(cls, type, reduce): argument 223 def _reduce_partial(p): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | value_inference_test.cc | 100 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 D | hlo_function_importer.cc | 1044 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 D | Ed25519.java | 486 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/ |
HD | compile-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.py | 2053 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 D | generated_ops.cpp | 1388 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 D | ir_emitter.cc | 1065 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()
|