OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Requantize
(Results
1 - 4
of
4
) sorted by null
/external/gemmlowp/meta/generators/
transform_kernels_common.py
229
emitter.EmitComment('
Requantize
::Prepare')
257
emitter.EmitComment('
Requantize
::Transform')
359
class
Requantize
(BaseTransform):
363
BaseTransform.__init__(self, cc_emitter, '
Requantize
', asm_emitter,
568
requantize
=
Requantize
(cc_emitter, asm_emitter)
575
requantize
.SpecializeTransform1DKernel('int32_t', 'uint8_t', shape[0],
/external/gemmlowp/meta/
transform_kernels.h
37
struct
Requantize
{
107
class Transform1DKernel<InType, OutType,
Requantize
, kernel_size, leftovers> {
109
static void Transform(const InType* in, const
Requantize
& params,
113
std::cout << "
Requantize
::Transform(" << std::string(typeid(InType).name())
118
std::cerr << "FATAL:
Requantize
::Transform not implemented." << std::endl;
182
class Transform1DUtil<InType, OutType,
Requantize
> {
184
static int EstimateComputeCost(const
Requantize
& params) {
188
static const InType* OffsetInput(const
Requantize
& params,
193
static OutType* OffsetOutput(const
Requantize
& params, OutType* output,
/external/tensorflow/tensorflow/core/kernels/
meta_support.cc
256
void
Requantize
(OpKernelContext* tf_context, const qint32* input, int count,
262
gemmlowp::meta::
Requantize
>
288
LOG(FATAL) << "
Requantize
: Meta fastpath not supported.";
/external/tensorflow/tensorflow/go/op/
wrappers.go
[
all
...]
Completed in 268 milliseconds