Home
last modified time | relevance | path

Searched defs:visitor_func (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc325 const VisitorFunction& visitor_func, const CallGraphNode& node, in VisitNodesInternal()
341 Status CallGraph::VisitNodes(const VisitorFunction& visitor_func, in VisitNodes()
Ddfs_hlo_visitor_with_default.h373 std::function<Status(HloInstructionPtr)> visitor_func) in FunctionVisitorBase()