Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_edsr.h732 INode *node_add = _graph.node(id_add); in setup() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c333 static struct node *node_add(struct sparsebit *s, sparsebit_idx_t idx) in node_add() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc400 Node* node_add = graph->NewNode(); in Parse() local