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

  /external/gemmlowp/meta/
multi_thread_gemm.h 60 GemmQuantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
63 : lhs_offset(lhs_offset),
83 gemm_q8_strided(scratch, lhs, rhs, m, n, k, lhs_offset, rhs_offset,
93 std::int32_t lhs_offset; member in class:gemmlowp::meta::internal::GemmQuantized8BitOperation
102 GemmFloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset,
104 : lhs_offset(lhs_offset),
122 gemm_f_strided(scratch, lhs, rhs, m, n, k, lhs_offset, rhs_offset,
132 std::int32_t lhs_offset; member in class:gemmlowp::meta::internal::GemmFloatOperation
166 std::int32_t lhs_offset; member in class:gemmlowp::meta::internal::GemmInt32Operation
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 69 const int lhs_offset = a_offset; local
90 context, lhs, rhs, &result, lhs_offset, rhs_offset, result_offset, \
107 const int lhs_offset = a_offset; local
127 context, lhs, rhs, &result, lhs_offset, rhs_offset, empty_pipeline); \
239 std::int32_t lhs_offset, std::int32_t rhs_offset,
250 lhs, rhs, m, n, k, lhs_offset, rhs_offset, sum_offset,
257 rhs, lhs, n, m, k, rhs_offset, lhs_offset, sum_offset,
266 std::int32_t lhs_offset, std::int32_t rhs_offset,
275 lhs, rhs, m, n, k, lhs_offset, rhs_offset, result_offset, result);
281 rhs, lhs, n, m, k, rhs_offset, lhs_offset, result_offset, result)
    [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 412 lhs_offset(_lhs_offset),
446 lhs_offset, rhs_offset, output_pipeline);
457 const LhsOffset& lhs_offset; member in struct:gemmlowp::GemmWithPackedRhsTask
568 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset,
587 lhs_offset, rhs_offset,
638 lhs_offset, rhs_offset, output_pipeline);
  /external/gemmlowp/test/
test.cc 124 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
127 const OffsetColDup lhs_offset_vector(lhs_offset, lhs.rows());
155 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
158 const OffsetColDup lhs_offset_vector(lhs_offset, lhs.rows());
182 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
186 context, lhs, rhs, result, lhs_offset, rhs_offset, result_offset,
213 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
221 lhs.cols(), lhs.data(), lhs_offset, lhs.stride(), rhs.data(),
237 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
241 rhs.cols(), lhs.cols(), lhs.data(), lhs_offset,
1104 const int lhs_offset = 12; local
    [all...]

Completed in 249 milliseconds