Home
last modified time | relevance | path

Searched refs:NodeFilterResult (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc69 enum NodeFilterResult { enum
93 std::function<NodeFilterResult(const HloInstruction* instr)> filter) in NodeFilter()
116 std::function<NodeFilterResult(const HloInstruction* instr)> filter_;
1307 absl::flat_hash_map<const HloInstruction*, NodeFilterResult> nodes; in MakeNodeRadiusAroundFilter()
1376 NodeFilterResult& filter_result = kv.second; in MakeNodeRadiusAroundFilter()