Home
last modified time | relevance | path

Searched refs: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
81 bool operator==(const OperandTypeWithExtraParams& that) const { in operator ==() argument
128 bool operator!=(const OperandTypeWithExtraParams& that) const { return !(*this == that); } in operator !=() argument
130 bool operator<(const OperandTypeWithExtraParams& that) const { in operator <() argument
176 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 …]