Home
last modified time | relevance | path

Searched defs:nelements (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DFill.cpp143 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 DFactory.cpp17 const int64_t nelements = c10::multiply_integers(size); in empty_with_tail_padding() local
/aosp_15_r20/external/libpng/
H A Dpngmem.c109 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 Dglxglvnddispatchfuncs.h18 int *nelements, __GLXvendorInfo *vendor) in AddFBConfigsMapping()
H A Dg_glxglvnddispatchfuncs.c134 int *nelements) in dispatch_ChooseFBConfigSGIX()
H A Dglxcmds.c1465 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DEmptyTensor.cpp43 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/
Dsymtab.h59 unsigned int nelements; /* Number of live elements. */ member
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dtest_helpers.h19 int64_t nelements = 1; variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcpu_vec_isa.py78 def nelements(self, dtype: torch.dtype = torch.float) -> int: member in VecISA
H A Dcodecache.py1296 def nelements(self, dtype: torch.dtype = torch.float) -> int: member in VecISA
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dreadline.c.h137 int nelements; in readline_append_history_file() local
/aosp_15_r20/external/eigen/test/
H A Dsparse_basic.cpp690 double nelements = density * rows*cols; in big_sparse_triplet() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dfbgemm_utils.cpp164 const int64_t nelements = c10::multiply_integers(sizes); in MakeStridedQTensorCPU() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1799 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs()
2345 int *nelements) in glXChooseFBConfigSGIX()
/aosp_15_r20/external/python/cpython3/Modules/
Dreadline.c332 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 DvktSpvAsmPhysicalStorageBufferPointerTests.cpp294 TypedBuffer<X>::TypedBuffer(Context &ctx, VkBufferUsageFlags usage, uint32_t nelements, bool addres… in TypedBuffer()