Searched refs:OutputTensorLess (Results 1 – 2 of 2) sorted by relevance
86 struct OutputTensorLess { struct92 using CondState = std::map<OutputTensor, BranchType, OutputTensorLess>;
76 return StateMap::OutputTensorLess()(std::get<2>(a), std::get<2>(b)); in operator ()()139 bool StateMap::OutputTensorLess::operator()(const OutputTensor& lhs, in operator ()()148 if (StateMap::OutputTensorLess().operator()(lhs.first, rhs.first)) in operator ()()