Home
last modified time | relevance | path

Searched refs:QUANTIZE_STR (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/core/CL/cl_kernels/
Dhelpers_asymm.h388 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale) macro
389 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
/external/ComputeLibrary/cl_kernels/
Dhelpers_asymm.hembed1507 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1508 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
/external/ComputeLibrary/cl_kernels/common/
Dbounding_box_transform_quantized.clembed1508 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1509 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Droi_align_layer_quantized.clembed1508 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1509 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Dgenerate_proposals_quantized.clembed1508 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1509 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Dqlstm_layer_normalization.clembed1508 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1509 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Dsoftmax_layer_quantized.clembed1508 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
1509 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Droi_pooling_layer.clembed2752 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
2753 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Dreduction_operation.clembed2752 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
2753 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
Dgemmlowp.clembed5301 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
5302 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
/external/ComputeLibrary/cl_kernels/nchw/
Ddirect_convolution.clembed2752 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
2753 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)
/external/ComputeLibrary/cl_kernels/nhwc/
Ddirect_convolution.clembed4054 #define QUANTIZE_STR(input, offset, scale, type, size) quantize_##type##size(input, offset, scale)
4055 #define QUANTIZE(input, offset, scale, type, size) QUANTIZE_STR(input, offset, scale, type, size)