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