Lines Matching refs:lhs_offset
40 - A int32 lhs_offset, that will be added to each entry of the lhs matrix.
46 1. Cast lhs entries from uint8 to int32 and add lhs_offset to each of them.
64 be interpreted during the matrix computation: - lhs_offset - rhs_offset -
70 1. Cast lhs entries from uint8 to int32 and add lhs_offset to each of them.
97 scheme requires adding the lhs_offset and rhs_offset to each of the lhs and rhs
102 lhs_offset and rhs_offset in registers, which would eat into the register space
105 One may then consider adding the lhs_offset and rhs_offset once and for all to
118 Adding lhs_offset to each entry of `lhs`, means adding `lhs_offset * P` to
124 Thus, as far as handling `lhs_offset` and `rhs_offset` goes, the matrix product
128 (lhs + lhs_offset * P) * (rhs + rhs_offset * Q)
136 + lhs_offset * P * rhs
138 + lhs_offset * rhs_offset * P * Q
142 offsets, i.e. as if `lhs_offset==rhs_offset==0`. Our claim here is that this is
145 In the second term, `lhs_offset * P * rhs`, notice that since P is filled with
149 Thus, we can compute the second term, `lhs_offset * P * rhs`, by summing each
151 term, we simply need to add this row-vector (multiplied by lhs_offset) to each
167 lhs_offset * rhs_offset * depth