Searched refs:bt_mat (Results 1 – 1 of 1) sorted by relevance
33 auto bt_mat = BtMatrixForWinograd4x4To6x6(); in GetKernelWinograd4x4To36() local38 c += absl::StrFormat("%.10f", bt_mat[y * 6 + x]) + "f, "; in GetKernelWinograd4x4To36()266 auto bt_mat = BtMatrixForWinograd4x4To6x6(); in GetWinograd4x4To36TileX6Code() local271 c += absl::StrFormat("%.10f", bt_mat[y * 6 + x]) + "f, "; in GetWinograd4x4To36TileX6Code()422 auto bt_mat = BtMatrixForWinograd4x4To6x6(); in UploadBt() local425 bt_aligned.data[y * 8 + x] = bt_mat[y * 6 + x]; in UploadBt()