Home
last modified time | relevance | path

Searched refs:xnn_subgraph_check_input_node_id (Results 1 – 25 of 30) sorted by relevance

12

/external/XNNPACK/src/xnnpack/
Dsubgraph-validation.h16 enum xnn_status xnn_subgraph_check_input_node_id(enum xnn_node_type node_type, uint32_t input_id, s…
/external/XNNPACK/src/subgraph/
Dvalidation.c24 enum xnn_status xnn_subgraph_check_input_node_id(enum xnn_node_type node_type, uint32_t input_id, s… in xnn_subgraph_check_input_node_id() function
Dceiling.c121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_ceiling, input_id, subgraph->num_valu… in xnn_define_ceiling()
Dsquare.c121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_square, input_id, subgraph->num_value… in xnn_define_square()
Dfloor.c121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_floor, input_id, subgraph->num_values… in xnn_define_floor()
Dsoftmax.c122 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_softmax, input_id, subgraph->num_valu… in xnn_define_softmax()
Dabs.c120 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_abs, input_id, subgraph->num_values))… in xnn_define_abs()
Dhardswish.c123 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_hardswish, input_id, subgraph->num_va… in xnn_define_hardswish()
Dbankers-rounding.c121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_bankers_rounding, input_id, subgraph-… in xnn_define_bankers_rounding()
Dnegate.c121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_negate, input_id, subgraph->num_value… in xnn_define_negate()
Dprelu.c129 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_prelu, input_id, subgraph->num_values… in xnn_define_prelu()
Delu.c154 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_elu, input_id, subgraph->num_values))… in xnn_define_elu()
Dsigmoid.c170 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_sigmoid, input_id, subgraph->num_valu… in xnn_define_sigmoid()
Dunpooling-2d.c140 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_unpooling_2d, input_value_id, subgrap… in xnn_define_unpooling_2d()
Dargmax-pooling-2d.c141 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_argmax_pooling_2d, input_id, subgraph… in xnn_define_argmax_pooling_2d()
Dstatic-reshape.c146 …status = xnn_subgraph_check_input_node_id(xnn_node_type_static_reshape, input_id, subgraph->num_va… in xnn_define_static_reshape()
Dstatic-transpose.c182 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_static_transpose, input_id, subgraph-… in xnn_define_static_transpose()
Dleaky-relu.c172 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_leaky_relu, input_id, subgraph->num_v… in xnn_define_leaky_relu()
Dclamp.c179 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_clamp, input_id, subgraph->num_values… in xnn_define_clamp()
Ddepth-to-space.c181 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_depth_to_space, input_id, subgraph->n… in xnn_define_depth_to_space()
Daverage-pooling-2d.c211 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_average_pooling_2d, input_id, subgrap… in xnn_define_average_pooling_2d()
Dstatic-resize-bilinear-2d.c236 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_static_resize_bilinear_2d, input_id, … in xnn_define_static_resize_bilinear_2d()
Dconvert.c281 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_convert, input_id, subgraph->num_valu… in xnn_define_convert()
Dglobal-average-pooling.c229 status = xnn_subgraph_check_input_node_id(node_type, input_id, subgraph->num_values); in define_global_average_pooling_nd()
Dfully-connected.c312 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_fully_connected, input_id, subgraph->… in xnn_define_fully_connected()

12