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

  /external/gemmlowp/public/
output_stages.h 75 // result_offset, result_fixedpoint_multiplier, result_shift,
77 // ((FixedPointMul(input, result_fixedpoint_multiplier) +
102 // result_fixedpoint_multiplier and result_shift) and zero_point
116 std::int32_t result_fixedpoint_multiplier; member in struct:gemmlowp::OutputStageQuantizeDownInt32ByFixedPoint
136 std::int32_t result_fixedpoint_multiplier; member in struct:gemmlowp::OutputStageScaleInt32ByFixedPointAndExponent
  /external/gemmlowp/test/
test.cc     [all...]
benchmark_all_sizes.cc 131 quantize_down_stage.result_fixedpoint_multiplier = 1234567890;
  /external/gemmlowp/internal/
output.h 138 input.reg[i], output_stage.result_fixedpoint_multiplier);
170 output_stage.result_fixedpoint_multiplier);
  /external/gemmlowp/doc/
quantization_example.cc 353 quantize_down_stage.result_fixedpoint_multiplier = quantized_multiplier;
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 549 quantize_down_stage.result_fixedpoint_multiplier = output_multiplier;
    [all...]

Completed in 86 milliseconds