Home
last modified time | relevance | path

Searched defs:quantized_tensor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
H A Dmath_utils_test.cc32 Tensor quantized_tensor = in TEST() local
79 Tensor quantized_tensor = in TEST() local
101 Tensor quantized_tensor = in TEST() local
H A Dmath_utils.h70 int32_t quantization_max_val, TensorTout quantized_tensor) { in AffineQuantize()
H A Dmath_utils.cc57 int32& zero_point, Tensor& quantized_tensor) { in AsymmetricQuantize()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes_test.cc130 Tensor quantized_tensor(DT_QUINT8, float_tensor.shape()); in TestGraphWithInputRange() local
492 Tensor quantized_tensor(DT_QUINT8, TensorShape({})); in TestRemoveRedundantQuantization() local
560 Tensor quantized_tensor(DT_QUINT8, TensorShape({1, 6})); in TestRemoveRedundantQuantizationWithBiasAdd() local
686 Tensor quantized_tensor(DT_QUINT8, TensorShape({1, 6})); in TestRemoveRedundantQuantizationWithMultipleOutputs() local
1131 Tensor quantized_tensor(DT_QUINT8, TensorShape({})); in TestMergeDuplicateQuantizes() local
H A Dquantize_weights.cc95 Tensor quantized_tensor(DT_QUINT8, old_tensor.shape()); in QuantizeWeights() local
H A Dfreeze_requantization_ranges_test.cc50 Tensor quantized_tensor(DT_QUINT8, TensorShape({1, 6})); in TestFreezeRequantizationRanges() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drequantization_range_op_test.cc73 Tensor quantized_tensor(DT_QINT32, TensorShape({1, size})); in BM_RequantizationRange() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc158 const Tensor* quantized_tensor, in FindMatchingExpectedTensor()