OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitDepthParams
(Results
1 - 8
of
8
) sorted by null
/external/gemmlowp/public/
gemmlowp.h
39
template <typename InputScalar, typename OutputScalar, typename
BitDepthParams
,
63
typedef DefaultKernel<KernelFamily::Gemv,
BitDepthParams
> Kernel;
65
BitDepthParams
>(context, Kernel(), lhs, rhs, result,
77
typedef DefaultKernel<KernelFamily::Gemm,
BitDepthParams
> Kernel;
79
BitDepthParams
>(context, Kernel(), lhs, rhs, result,
97
template <typename InputScalar, typename OutputScalar, typename
BitDepthParams
,
108
GemmWithOutputPipelinePC<InputScalar, OutputScalar,
BitDepthParams
>(
117
template <typename Scalar, typename
BitDepthParams
, MapOrder LhsOrder,
124
GemmWithOutputPipeline<Scalar, Scalar,
BitDepthParams
>(
/external/gemmlowp/internal/
kernel_default.h
33
template <KernelFamily Family, typename
BitDepthParams
>
35
: DefaultKernelImpl<Family,
BitDepthParams
::LhsBitDepth::kBits +
36
BitDepthParams
::RhsBitDepth::kBits> {};
single_thread_gemm.h
47
typename
BitDepthParams
, MapOrder LhsOrder, MapOrder RhsOrder,
86
PackRhs<
BitDepthParams
>(&packed_rhs, rhs);
92
PackLhs<
BitDepthParams
>(&packed_lhs, lhs.block(r, 0, rs, depth));
98
PackRhs<
BitDepthParams
>(&packed_rhs, rhs.block(0, c, depth, cs));
104
UnpackResult<
BitDepthParams
>(&result_block, packed_result, depth,
unpack.h
90
template <typename
BitDepthParams
, typename ResultBlockType,
102
const int kLhsBits =
BitDepthParams
::LhsBitDepth::kBits;
103
const int kRhsBits =
BitDepthParams
::RhsBitDepth::kBits;
136
template <typename
BitDepthParams
, typename ResultBlockType,
140
: UnpackResultImplGeneric<
BitDepthParams
, ResultBlockType, PackedResultType,
143
template <typename
BitDepthParams
, typename ResultBlockType,
152
UnpackResultImpl<
BitDepthParams
, ResultBlockType, PackedResultType,
unpack_neon.h
68
template <typename
BitDepthParams
, typename PackedResultType,
71
struct UnpackResultImpl<
BitDepthParams
,
82
const int kLhsBits =
BitDepthParams
::LhsBitDepth::kBits;
83
const int kRhsBits =
BitDepthParams
::RhsBitDepth::kBits;
multi_thread_gemm.h
395
typename
BitDepthParams
, MapOrder LhsOrder, MapOrder RhsOrder,
438
PackLhs<
BitDepthParams
>(&packed_lhs, lhs.block(r, 0, rs, depth));
443
UnpackResult<
BitDepthParams
>(&result_block, packed_result, depth,
561
typename
BitDepthParams
, MapOrder LhsOrder, MapOrder RhsOrder,
586
BitDepthParams
>(context, kernel, lhs, rhs, result,
619
PackRhs<
BitDepthParams
>(&packed_rhs, rhs.block(0, c, depth, cs));
633
BitDepthParams
, LhsOrder, RhsOrder,
pack.h
507
template <typename
BitDepthParams
, typename PackedSideBlock,
517
typedef typename
BitDepthParams
::LhsBitDepth BitDepth;
518
typedef typename
BitDepthParams
::RoundingStrategy RoundingStrategy;
538
template <typename
BitDepthParams
, typename PackedSideBlock,
548
typedef typename
BitDepthParams
::RhsBitDepth BitDepth;
549
typedef typename
BitDepthParams
::RoundingStrategy RoundingStrategy;
/external/gemmlowp/test/
test.cc
110
typedef tBitDepthParams
BitDepthParams
;
129
SingleThreadGemm<typename Kernel::Format, Scalar, Scalar,
BitDepthParams
,
141
typedef tBitDepthParams
BitDepthParams
;
160
MultiThreadGemm<typename Kernel::Format, Scalar, Scalar,
BitDepthParams
,
172
typedef tBitDepthParams
BitDepthParams
;
185
gemmlowp::Gemm<uint8_t,
BitDepthParams
, LhsOrder, RhsOrder, ResultOrder>(
204
typedef BitDepthParamsForSettings<BitDepth>
BitDepthParams
;
229
typedef DefaultL8R8BitDepthParams
BitDepthParams
;
393
typedef typename GemmWrapper::
BitDepthParams
BitDepthParams
;
[
all
...]
Completed in 627 milliseconds