Home
last modified time | relevance | path

Searched defs:OperandTypeWithExtraParams (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp72 struct OperandTypeWithExtraParams { struct
73 OperandTypeWithExtraParams(const ANeuralNetworksOperandType& operandType) in OperandTypeWithExtraParams() function
76 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 <()