Searched defs:stride_bytes (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_striding_sycl.cpp | 48 std::size_t stride_bytes = stride.size() * sizeof(DataType); in test_simple_striding() local 130 std::size_t stride_bytes = stride.size() * sizeof(DataType); in test_striding_as_lvalue() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() 1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x,… in stbi_write_png_to_mem() 1215 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png() 1231 …c(stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png_to_func()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() 1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x,… in stbi_write_png_to_mem() 1215 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png() 1231 …c(stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png_to_func()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | precompiled_kernels.cc | 159 se::DeviceMemoryBase base_ptr, int stride_bytes, int n, in MakeBatchPointers()
|
H A D | cholesky_thunk.cc | 75 const int64_t stride_bytes = params->n * params->n * sizeof(T); in DoPotrfBatched() local
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image_write.h | 919 unsigned char *stbi_write_png_to_mem(unsigned char *pixels, int stride_bytes, int x, int y, int n, … in stbi_write_png_to_mem() 1012 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png() 1027 …c(stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png_to_func()
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | gpu_display_android.rs | 153 let stride_bytes = BYTES_PER_PIXEL * u32::try_from(anb.stride).unwrap(); in from() localVariable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorIterator.h | 141 StrideVector stride_bytes; member
|