Searched defs:NodeFilter (Results 1 – 5 of 5) sorted by relevance
4 class NodeFilter: class
29 using NodeFilter = std::function<bool(const Node*)>; variable
88 class NodeFilter { class90 NodeFilter() : filter_([](const HloInstruction*) { return kNormalNode; }) {} in __anonf346b5ae0202() function in xla::__anonf346b5ae0111::NodeFilter92 explicit NodeFilter( in NodeFilter() function in xla::__anonf346b5ae0111::NodeFilter
928 class NodeFilter { class