Home | History | Annotate | Download | only in meta

Lines Matching defs:rhs_offset

20   Quantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
24 rhs_offset(rhs_offset),
31 std::int32_t rhs_offset;
39 FloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
42 rhs_offset(rhs_offset),
47 std::int32_t rhs_offset;
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset)
54 : lhs_offset(lhs_offset), rhs_offset(rhs_offset) {}
58 std::int32_t rhs_offset;