Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dwinograd_util.cc123 std::vector<float> g_mat(gt_mat.size()); in RearrangeWeightsToWinograd4x4To6x6Weights() local
126 g_mat[x * 3 + y] = gt_mat[y * 6 + x]; in RearrangeWeightsToWinograd4x4To6x6Weights()
140 auto temp_vals = Multiply(g_mat, in_vals, 6, 3, 3); in RearrangeWeightsToWinograd4x4To6x6Weights()