Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc124 auto at_mat = AtMatrixForWinograd4x4To6x6(); in GetKernelWinograd36To4x4() local
129 c += absl::StrFormat("%.10f", at_mat[y * 6 + x]) + "f, "; in GetKernelWinograd36To4x4()
554 auto at_mat = AtMatrixForWinograd4x4To6x6(); in GetWinograd36To4x4Tile4x1Code() local
559 c += absl::StrFormat("%.10f", at_mat[y * 6 + x]) + "f, "; in GetWinograd36To4x4Tile4x1Code()
641 auto at_mat = AtMatrixForWinograd4x4To6x6(); in UploadAt() local
644 at_aligned.data[y * 8 + x] = at_mat[y * 6 + x]; in UploadAt()