Searched refs:process_node (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_tree.h | 72 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node,…
|
D | cil_tree.c | 261 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/ |
D | function.cc | 1395 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/ |
D | network.py | 1165 def process_node(layer, node_data): function 1246 process_node(layer, node_data)
|