Home
last modified time | relevance | path

Searched refs:xnn_subgraph_new_node (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/
Dsubgraph.c87 struct xnn_node* xnn_subgraph_new_node(xnn_subgraph_t subgraph) in xnn_subgraph_new_node() function
234 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_convolution_2d()
380 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_depthwise_convolution_2d()
466 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_add2()
539 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_multiply2()
590 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_prelu()
633 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_clamp()
675 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_hardswish()
715 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_sigmoid()
755 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_softmax()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h175 struct xnn_node* xnn_subgraph_new_node(xnn_subgraph_t subgraph);