Searched refs:at_mat (Results 1 – 1 of 1) sorted by relevance
124 auto at_mat = AtMatrixForWinograd4x4To6x6(); in GetKernelWinograd36To4x4() local129 c += absl::StrFormat("%.10f", at_mat[y * 6 + x]) + "f, "; in GetKernelWinograd36To4x4()554 auto at_mat = AtMatrixForWinograd4x4To6x6(); in GetWinograd36To4x4Tile4x1Code() local559 c += absl::StrFormat("%.10f", at_mat[y * 6 + x]) + "f, "; in GetWinograd36To4x4Tile4x1Code()641 auto at_mat = AtMatrixForWinograd4x4To6x6(); in UploadAt() local644 at_aligned.data[y * 8 + x] = at_mat[y * 6 + x]; in UploadAt()