| 118 | OperandType(Type type, std::vector<uint32_t> data, float scale, int32_t zeroPoint, |
| 119 | SymmPerChannelQuantParams&& channelQuant); |
| 120 | bool isQuant() const { |
| 121 | return type == Type::TENSOR_QUANT8_SYMM_PER_CHANNEL || type == Type::TENSOR_QUANT16_SYMM || type == Type::TENSOR_QUANT16_ASYMM || type == Type::TENSOR_QUANT8_ASYMM || type == Type::TENSOR_INT32; |
| 122 | } |
| 123 | operator ANeuralNetworksOperandType() const {return operandType; } |
| 124 | }; |
| 125 | } // namespace wrapper |
nothing calls this directly
no outgoing calls
no test coverage detected