Searched refs:c_stride_z (Results 1 – 3 of 3) sorted by relevance
66 const int c_stride_z = N * M; in gemm() local78 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() local143 const int base_addr_c = depth * c_stride_z + w * c_stride_w; in gemm_mixed_precision()
196 const int c_stride_z = N * M; in gemmlowp_matrix_multiply_core() local205 const int base_addr_c = depth * c_stride_z; in gemmlowp_matrix_multiply_core()
38 …* @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 …