Home
last modified time | relevance | path

Searched defs:stride_bytes (Results 1 – 4 of 4) 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dprecompiled_kernels.cc159 se::DeviceMemoryBase base_ptr, int stride_bytes, int n, in MakeBatchPointers()
Dcholesky_thunk.cc75 const int64_t stride_bytes = params->n * params->n * sizeof(T); in DoPotrfBatched() local
/external/armnn/third-party/stb/
Dstb_image_write.h919 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()