Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dwinograd_util.cc87 const std::vector<float>& b_mat, int m, int n, in Multiply() argument
94 sum += a_mat[y * n + i] * b_mat[i * k + x]; in Multiply()