HomeSort by relevance Sort by last modified time
    Searched defs:lhs_offset (Results 1 - 4 of 4) sorted by null

  /external/gemmlowp/meta/
legacy_operations_common.h 20 Quantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
23 : lhs_offset(lhs_offset),
30 std::int32_t lhs_offset; member in class:Quantized8BitOperation
39 FloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
41 : lhs_offset(lhs_offset),
46 std::int32_t lhs_offset; member in class:FloatOperation
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset)
54 : lhs_offset(lhs_offset), rhs_offset(rhs_offset) {
57 std::int32_t lhs_offset; member in class:Int32Operation
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 78 const int lhs_offset = a_offset; local
99 context, lhs, rhs, &result, lhs_offset, rhs_offset, result_offset, \
116 const int lhs_offset = a_offset; local
136 context, lhs, rhs, &result, lhs_offset, rhs_offset, empty_pipeline); \
254 std::int32_t lhs_offset, std::int32_t rhs_offset,
264 scratch->buffer(), lhs, rhs, m, n, k, lhs_offset,
271 lhs_offset, sum_offset, multiplicative_offset,
280 std::int32_t lhs_offset, std::int32_t rhs_offset,
288 scratch->buffer(), lhs, rhs, m, n, k, lhs_offset,
294 lhs_offset, result_offset, result)
    [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 456 lhs_offset(_lhs_offset),
490 lhs_offset.block(curr_result_block.start_row, rs),
504 const LhsOffset& lhs_offset; member in struct:gemmlowp::GemmWithPackedRhsTask
612 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset,
635 lhs_offset, rhs_offset,
682 lhs_offset, rhs_offset, block_params, output_pipeline));
  /external/gemmlowp/test/
test.cc 133 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
144 const OffsetColDup lhs_offset_vector(lhs_offset, rows);
173 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
185 const OffsetColDup lhs_offset_vector(lhs_offset, rows);
210 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
215 ResultOrder>(context, lhs, rhs, result, lhs_offset,
244 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
253 lhs.cols(), lhs.data(), lhs_offset, lhs.stride(), rhs.data(),
270 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
275 rhs.cols(), lhs.cols(), lhs.data(), lhs_offset,
1208 const int lhs_offset = 12; local
    [all...]

Completed in 209 milliseconds