Searched refs:xnn_subgraph_check_input_node_id (Results 1 – 25 of 30) sorted by relevance
12
/external/XNNPACK/src/xnnpack/ |
D | subgraph-validation.h | 16 enum xnn_status xnn_subgraph_check_input_node_id(enum xnn_node_type node_type, uint32_t input_id, s…
|
/external/XNNPACK/src/subgraph/ |
D | validation.c | 24 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
|
D | ceiling.c | 121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_ceiling, input_id, subgraph->num_valu… in xnn_define_ceiling()
|
D | square.c | 121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_square, input_id, subgraph->num_value… in xnn_define_square()
|
D | floor.c | 121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_floor, input_id, subgraph->num_values… in xnn_define_floor()
|
D | softmax.c | 122 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_softmax, input_id, subgraph->num_valu… in xnn_define_softmax()
|
D | abs.c | 120 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_abs, input_id, subgraph->num_values))… in xnn_define_abs()
|
D | hardswish.c | 123 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_hardswish, input_id, subgraph->num_va… in xnn_define_hardswish()
|
D | bankers-rounding.c | 121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_bankers_rounding, input_id, subgraph-… in xnn_define_bankers_rounding()
|
D | negate.c | 121 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_negate, input_id, subgraph->num_value… in xnn_define_negate()
|
D | prelu.c | 129 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_prelu, input_id, subgraph->num_values… in xnn_define_prelu()
|
D | elu.c | 154 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_elu, input_id, subgraph->num_values))… in xnn_define_elu()
|
D | sigmoid.c | 170 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_sigmoid, input_id, subgraph->num_valu… in xnn_define_sigmoid()
|
D | unpooling-2d.c | 140 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_unpooling_2d, input_value_id, subgrap… in xnn_define_unpooling_2d()
|
D | argmax-pooling-2d.c | 141 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_argmax_pooling_2d, input_id, subgraph… in xnn_define_argmax_pooling_2d()
|
D | static-reshape.c | 146 …status = xnn_subgraph_check_input_node_id(xnn_node_type_static_reshape, input_id, subgraph->num_va… in xnn_define_static_reshape()
|
D | static-transpose.c | 182 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_static_transpose, input_id, subgraph-… in xnn_define_static_transpose()
|
D | leaky-relu.c | 172 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_leaky_relu, input_id, subgraph->num_v… in xnn_define_leaky_relu()
|
D | clamp.c | 179 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_clamp, input_id, subgraph->num_values… in xnn_define_clamp()
|
D | depth-to-space.c | 181 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_depth_to_space, input_id, subgraph->n… in xnn_define_depth_to_space()
|
D | average-pooling-2d.c | 211 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_average_pooling_2d, input_id, subgrap… in xnn_define_average_pooling_2d()
|
D | static-resize-bilinear-2d.c | 236 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_static_resize_bilinear_2d, input_id, … in xnn_define_static_resize_bilinear_2d()
|
D | convert.c | 281 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_convert, input_id, subgraph->num_valu… in xnn_define_convert()
|
D | global-average-pooling.c | 229 status = xnn_subgraph_check_input_node_id(node_type, input_id, subgraph->num_values); in define_global_average_pooling_nd()
|
D | fully-connected.c | 312 …if ((status = xnn_subgraph_check_input_node_id(xnn_node_type_fully_connected, input_id, subgraph->… in xnn_define_fully_connected()
|
12