Home
last modified time | relevance | path

Searched defs:stride_bytes (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_striding_sycl.cpp48 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
/external/armnn/third-party/stb/
Dstb_image_write.h914 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()
1007 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png()
1022 …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()