Remove redundant params from OperandType construct

Refactor the OperandType constructor accepting
SymmPerChannelQuantParams, removing the scale and zeroPoint parameters
since the constructor must be used only to build operands of type
TENSOR_QUANT8_SYMM_PER_CHANNEL and those two params values are then fixed.

Bug: 129295137
Test: NeuralNetworksTest_static
Change-Id: I133917525f2f0aa3843e1aa5515dfc18389329e7
Merged-In: I133917525f2f0aa3843e1aa5515dfc18389329e7
(cherry picked from commit f8670325481ab4a534641937cb74702c0cccf055)
14 files changed