Searched defs:InferFunc (Results 1 – 3 of 3) sorted by relevance
29 using InferFunc = bool (*)(CallNode *, GraphBuilder *); variable
38 using InferFunc = std::function<SymbolPtr(OperationBuilder *)>; variable
421 using InferFunc = std::vector<int64_t> (*)(const ShapeArray &, const HashSet<size_t> &); variable