Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c28 struct match_node { struct
51 struct match_node *children[]; argument
67 static struct match_node *
78 struct match_node *node = rzalloc_size(state->dead_ctx, in create_match_node()
79 sizeof(struct match_node) + in create_match_node()
80 num_children * sizeof(struct match_node *)); in create_match_node()
87 static struct match_node *
88 node_for_deref(nir_deref_instr *instr, struct match_node *parent, in node_for_deref()
99 struct match_node *node = create_match_node(instr->type, state); in node_for_deref()
111 struct match_node *node = create_match_node(instr->type, state); in node_for_deref()
[all …]
/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py46 for match_node in match_nodes:
47 match_node.fixers.append(fixer)
/external/python/cpython3/Lib/lib2to3/
Dbtm_matcher.py46 for match_node in match_nodes:
47 match_node.fixers.append(fixer)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc2726 const NodeDef* match_node = nullptr; in ExtractConstTensorFromGraph() local
2729 match_node = &node; in ExtractConstTensorFromGraph()
2733 if (!match_node) { in ExtractConstTensorFromGraph()
2737 auto value_it = match_node->attr().find("value"); in ExtractConstTensorFromGraph()
2738 if (value_it == match_node->attr().end()) { in ExtractConstTensorFromGraph()