Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp73 struct OperandTypeWithExtraParams { struct
74 OperandTypeWithExtraParams(const ANeuralNetworksOperandType& operandType) in OperandTypeWithExtraParams() argument
77 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 <()