Home
last modified time | relevance | path

Searched defs:InputZeroPoint (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddequantize_tester.h49 inline DequantizeTester& InputZeroPoint(int32_t input_zero_point) { in InputZeroPoint() function
54 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_unary_elementwise_tester.h52 inline QuantizedUnaryElementwiseTester& InputZeroPoint( in InputZeroPoint() function
58 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantize_tester.h49 inline QuantizeTester& InputZeroPoint(int32_t input_zero_point) { in InputZeroPoint() function
54 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_leaky_relu_tester.h49 inline QuantizedLeakyReluTester& InputZeroPoint(int32_t input_zero_point) { in InputZeroPoint() function
54 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_reduce_tester.h95 inline QuantizedReduceTester& InputZeroPoint(int32_t input_zero_point) { in InputZeroPoint() function
100 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_fully_connected_tester.h71 inline QuantizedFullyConnectedTester& InputZeroPoint( in InputZeroPoint() function
77 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_conv_2d_tester.h169 inline QuantizedConv2DTester& InputZeroPoint(int32_t input_zero_point) { in InputZeroPoint() function
174 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
Dquantized_depthwise_conv_2d_tester.h165 inline QuantizedDepthwiseConv2DTester& InputZeroPoint( in InputZeroPoint() function
171 inline int32_t InputZeroPoint() const { return input_zero_point_; } in InputZeroPoint() function
/external/pytorch/aten/src/ATen/native/quantized/cpu/
DOnednnUtils.h24 InputZeroPoint, enumerator