Searched refs:a_index (Results 1 – 2 of 2) sorted by relevance
112 int a_index = ((i * k) + l); in getGEMMResult() local114 float mult = a_float[a_index] * b_float[b_index]; in getGEMMResult()
853 const int a_index = ((i * lda) + l); in kernelBNNM() local854 const uint8_t a_as_byte = a[a_index]; in kernelBNNM()