Searched refs:OpsByType (Results 1 – 1 of 1) sorted by relevance
36 using OpsByType = std::map<OperatorType, std::unique_ptr<BaseOperator>>; in GetOperator() typedef39 static auto* by_type = new OpsByType(BuildOperatorByTypeMap()); in GetOperator()