Home
last modified time | relevance | path

Searched defs:multiply_integers (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/c10/util/
H A Daccumulate.h45 inline int64_t multiply_integers(const C& container) { in multiply_integers() function
63 inline int64_t multiply_integers(Iter begin, Iter end) { in multiply_integers() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymInt.h299 inline c10::SymInt multiply_integers(const C& container) { in multiply_integers() function
312 inline c10::SymInt multiply_integers(Iter begin, Iter end) { in multiply_integers() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DVecUtils.h456 inline int64_t multiply_integers(const C& container) { in multiply_integers() function
474 inline int64_t multiply_integers(Iter begin, Iter end) { in multiply_integers() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DUtils.h364 inline int64_t multiply_integers(const C& container) { in multiply_integers() function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py945 def multiply_integers(li: List[int]): function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py5714 def multiply_integers(vs): function