Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_tree.h72 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node,…
Dcil_tree.c261 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core()
271 if (process_node != NULL) { in cil_tree_walk_core()
272 rc = (*process_node)(node, &finished, extra_args); in cil_tree_walk_core()
284 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args); in cil_tree_walk_core()
297 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
316 rc = cil_tree_walk_core(node->cl_head, process_node, first_child, last_child, extra_args); in cil_tree_walk()
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1395 const auto process_node = [&](const NodeDef& node) { in ReachableFunctions() local
1418 std::for_each(nodes.begin(), nodes.end(), process_node); in ReachableFunctions()
1435 std::for_each(func_body.begin(), func_body.end(), process_node); in ReachableFunctions()
/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1165 def process_node(layer, node_data): function
1246 process_node(layer, node_data)