Searched refs:OperandTypeWithExtraParams (Results 1 – 1 of 1) sorted by relevance
73 struct OperandTypeWithExtraParams { struct74 OperandTypeWithExtraParams(const ANeuralNetworksOperandType& operandType) in OperandTypeWithExtraParams() argument81 bool operator==(const OperandTypeWithExtraParams& that) const { in operator ==() argument128 bool operator!=(const OperandTypeWithExtraParams& that) const { return !(*this == that); } in operator !=() argument130 bool operator<(const OperandTypeWithExtraParams& that) const { in operator <() argument176 std::set<std::vector<OperandTypeWithExtraParams>> MutationsWithValidRank( in MutationsWithValidRank()177 const std::vector<OperandTypeWithExtraParams>& operandsTypeWithParams) { in MutationsWithValidRank()187 [this](const OperandTypeWithExtraParams& op) { in MutationsWithValidRank()197 std::set<std::vector<OperandTypeWithExtraParams>> MutationsWithInvalidRank( in MutationsWithInvalidRank()198 const std::vector<OperandTypeWithExtraParams>& operandsTypeWithParams) { in MutationsWithInvalidRank()[all …]