Home
last modified time | relevance | path

Searched refs:c_stride_z (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DGEMM.cpp66 const int c_stride_z = N * M; in gemm() local
78 const int base_addr_c = depth * c_stride_z + w * c_stride_w; in gemm()
131 const int c_stride_z = N * M; in gemm_mixed_precision() local
143 const int base_addr_c = depth * c_stride_z + w * c_stride_w; in gemm_mixed_precision()
DGEMMLowp.cpp196 const int c_stride_z = N * M; in gemmlowp_matrix_multiply_core() local
205 const int base_addr_c = depth * c_stride_z; in gemmlowp_matrix_multiply_core()
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dselect.cl38 …* @param[in] c_stride_z Stride of the source tensor in Z dimension (in byt…
39 …* @param[in] c_step_z c_stride_z * number of elements along Z processed …