Lines Matching refs:rhs_offset
41 - A int32 rhs_offset, that will be added to each entry of the rhs matrix.
47 2. Cast rhs entries from uint8 to int32 and add rhs_offset to each of them.
64 be interpreted during the matrix computation: - lhs_offset - rhs_offset -
71 2. Cast rhs entries from uint8 to int32 and add rhs_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
121 Adding rhs_offset to each entry of `rhs`, means adding `rhs_offset * Q` 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)
137 + lhs * rhs_offset * Q
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
156 The third term, `lhs * rhs_offset * Q`, is entirely similar to the second one,
158 single column-vector, and later multiplying these sums by rhs_offset.
167 lhs_offset * rhs_offset * depth