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 D | math_utils_test.cc | 32 Tensor quantized_tensor = in TEST() local 79 Tensor quantized_tensor = in TEST() local 101 Tensor quantized_tensor = in TEST() local
|
H A D | math_utils.h | 70 int32_t quantization_max_val, TensorTout quantized_tensor) { in AffineQuantize()
|
H A D | math_utils.cc | 57 int32& zero_point, Tensor& quantized_tensor) { in AsymmetricQuantize()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes_test.cc | 130 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 D | quantize_weights.cc | 95 Tensor quantized_tensor(DT_QUINT8, old_tensor.shape()); in QuantizeWeights() local
|
H A D | freeze_requantization_ranges_test.cc | 50 Tensor quantized_tensor(DT_QUINT8, TensorShape({1, 6})); in TestFreezeRequantizationRanges() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | requantization_range_op_test.cc | 73 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 D | quantize_weights_test.cc | 158 const Tensor* quantized_tensor, in FindMatchingExpectedTensor()
|