HomeSort by relevance Sort by last modified time
    Searched refs:flatten_tree (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
m_ematch.c 226 static int flatten_tree(struct ematch *head, struct ematch *tree) function
237 count += flatten_tree(head, tree->child);
341 .nmatches = flatten_tree(ematch_root, ematch_root),
  /external/tensorflow/tensorflow/contrib/graph_editor/
util.py 105 def flatten_tree(tree, leaves=None): function
119 flatten_tree(child, leaves)
122 flatten_tree(child, leaves)
  /external/dtc/
flattree.c 250 static void flatten_tree(struct node *tree, struct emitter *emit, function
302 flatten_tree(child, emit, etarget, strbuf, vi);
378 flatten_tree(dti->dt, &bin_emitter, &dtbuf, &strbuf, vi);
551 flatten_tree(dti->dt, &asm_emitter, f, &strbuf, vi);

Completed in 136 milliseconds