Searched defs:stride_bytes (Results 1 – 4 of 4) sorted by relevance
| /external/eigen/unsupported/test/ |
| 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
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | precompiled_kernels.cc | 159 se::DeviceMemoryBase base_ptr, int stride_bytes, int n, in MakeBatchPointers()
|
| D | cholesky_thunk.cc | 75 const int64_t stride_bytes = params->n * params->n * sizeof(T); in DoPotrfBatched() local
|
| /external/armnn/third-party/stb/ |
| 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()
|