Searched defs:OperandTypeWithExtraParams (Results 1 – 1 of 1) sorted by relevance
73 struct OperandTypeWithExtraParams { struct74 OperandTypeWithExtraParams(const ANeuralNetworksOperandType& operandType) in OperandTypeWithExtraParams() argument77 ANeuralNetworksOperandType operandType;78 std::optional<ANeuralNetworksSymmPerChannelQuantParams> channelQuant;79 std::optional<const ANeuralNetworksModel*> valueModel;81 bool operator==(const OperandTypeWithExtraParams& that) const { in operator ==()128 bool operator!=(const OperandTypeWithExtraParams& that) const { return !(*this == that); } in operator !=()130 bool operator<(const OperandTypeWithExtraParams& that) const { in operator <()