Generalize TRANSPOSE_CONV_2D op to support input product scale > output scale
To be consistent with other convolution ops we have. TF Lite removed input/output scale restrictions to support additional use cases for its quantized convolution operations: CONV_2D and DEPTHWISE_CONV_2D. NN API additionally supports quantized TRANSPOSE_CONV_2D and GROUPED_CONV_2D. This change relaxes restrictions on quantized TRANSPOSE_CONV_2D to make it consistent with quantized CONV_2D and DEPTHWISE_CONV_2D. This is a superset of existing TRANSPOSE_CONV_2D functionality. Bug: 127427474 Test: NeuralNetworksTest_static Change-Id: Ia910aca58650d1d27db446064924a770cbfcdd0e
Loading
Please sign in to comment