/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Fill.cpp | 143 static Tensor& zero_cpu_(Tensor &self, int64_t nelements) { in zero_cpu_() 156 int64_t nelements = c10::multiply_integers(self.sizes()); in zero_() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/utils/ |
H A D | Factory.cpp | 17 const int64_t nelements = c10::multiply_integers(size); in empty_with_tail_padding() local
|
/aosp_15_r20/external/libpng/ |
H A D | pngmem.c | 109 png_malloc_array_checked(png_const_structrp png_ptr, int nelements, in png_malloc_array_checked()
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxglvnddispatchfuncs.h | 18 int *nelements, __GLXvendorInfo *vendor) in AddFBConfigsMapping()
|
H A D | g_glxglvnddispatchfuncs.c | 134 int *nelements) in dispatch_ChooseFBConfigSGIX()
|
H A D | glxcmds.c | 1465 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/ |
H A D | EmptyTensor.cpp | 43 int64_t nelements = c10::multiply_integers(size); in empty_mps() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | symtab.h | 59 unsigned int nelements; /* Number of live elements. */ member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/ |
H A D | test_helpers.h | 19 int64_t nelements = 1; variable
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | cpu_vec_isa.py | 78 def nelements(self, dtype: torch.dtype = torch.float) -> int: member in VecISA
|
H A D | codecache.py | 1296 def nelements(self, dtype: torch.dtype = torch.float) -> int: member in VecISA
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | readline.c.h | 137 int nelements; in readline_append_history_file() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | sparse_basic.cpp | 690 double nelements = density * rows*cols; in big_sparse_triplet() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | fbgemm_utils.cpp | 164 const int64_t nelements = c10::multiply_integers(sizes); in MakeStridedQTensorCPU() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 1799 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() 2345 int *nelements) in glXChooseFBConfigSGIX()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | readline.c | 332 readline_append_history_file_impl(PyObject *module, int nelements, in readline_append_history_file_impl()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 294 TypedBuffer<X>::TypedBuffer(Context &ctx, VkBufferUsageFlags usage, uint32_t nelements, bool addres… in TypedBuffer()
|