Fix doc in testbed_gemm_with_broadcast (#559)

This commit is contained in:
Jacob He
2022-07-07 09:56:16 -04:00
committed by GitHub
parent 1eb6355182
commit 8a766804ad
@@ -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])
//