Fix doc in testbed_gemm_with_broadcast (#559)

This commit is contained in:
Jacob He 2022-07-07 06:56:16 -07:00 committed by GitHub
parent 1eb6355182
commit 8a766804ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ struct GemmWithBroadcastReferenceOp {
//
// Y = GEMM(AB, C)
//
// T[i, j] = ReductionOp(Y[i, j], Broadcast[i])
// T[i, j] = BinaryOp(Y[i, j], Broadcast[i])
//
// Z[i, j] = Elementwise(T[i, j])
//