Home
last modified time | relevance | path

Searched defs:f_node (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/
H A DHeuristicTree.cpp152 bool HeuristicTree::add_branch(NodeID id, Condition cond, NodeID t_node, NodeID f_node) in add_branch()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.cc493 py::object PyTreeDef::Walk(const py::function& f_node, py::handle f_leaf, in Walk()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_test.cc2329 auto* f_node = graph_view.GetNode("f"); in TEST_F() local