Searched defs:OperandTypeWithExtraParams (Results 1 – 1 of 1) sorted by relevance
72 struct OperandTypeWithExtraParams { struct73 OperandTypeWithExtraParams(const ANeuralNetworksOperandType& operandType) in OperandTypeWithExtraParams() function76 ANeuralNetworksOperandType operandType;77 std::optional<ANeuralNetworksSymmPerChannelQuantParams> channelQuant;78 std::optional<const ANeuralNetworksModel*> valueModel;80 bool operator==(const OperandTypeWithExtraParams& that) const { in operator ==()127 bool operator!=(const OperandTypeWithExtraParams& that) const { return !(*this == that); } in operator !=()129 bool operator<(const OperandTypeWithExtraParams& that) const { in operator <()