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

  /external/gemmlowp/doc/
quantization_example.cc 144 void Dequantize(const QuantizationParams& qparams,
373 Dequantize(result_qparams, actual_uint8_result.Storage(),
  /external/gemmlowp/meta/generators/
transform_kernels_common.py 91 emitter.EmitComment('Dequantize::Prepare')
107 emitter.EmitComment('Dequantize::Transform')
375 class Dequantize(BaseTransform):
379 BaseTransform.__init__(self, cc_emitter, 'Dequantize', asm_emitter,
570 dequantize = Dequantize(cc_emitter, asm_emitter)
582 dequantize.SpecializeTransform1DKernel('uint8_t', 'float', shape[0],
  /external/gemmlowp/meta/
transform_kernels.h 30 struct Dequantize {
89 class Transform1DKernel<InType, OutType, Dequantize, kernel_size, leftovers> {
91 static void Transform(const InType* in, const Dequantize& params,
95 std::cout << "Dequantize::Transform(" << std::string(typeid(InType).name())
100 std::cerr << "FATAL: Dequantize::Transform not implemented." << std::endl;
200 class Transform1DUtil<InType, OutType, Dequantize> {
202 static int EstimateComputeCost(const Dequantize& params) {
206 static const InType* OffsetInput(const Dequantize& params,
211 static OutType* OffsetOutput(const Dequantize& params, OutType* output,
  /external/tensorflow/tensorflow/contrib/lite/kernels/
test_util.h 51 inline std::vector<float> Dequantize(const std::vector<T>& data, float scale,
  /external/tensorflow/tensorflow/core/kernels/
meta_support.cc 292 void Dequantize(OpKernelContext* tf_context, const quint8* input, int count,
297 gemmlowp::meta::Dequantize>
312 LOG(FATAL) << "Dequantize: Meta fastpath not supported.";
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 160 milliseconds