Searched defs:depth_to_space_op (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | depth-to-space-nhwc.c | 25 xnn_operator_t depth_to_space_op = NULL; in create_depth_to_space_nhwc() local 151 xnn_operator_t depth_to_space_op, in setup_depth_to_space_nhwc() 227 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x8() 244 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x16() 261 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x32()
|
H A D | transpose-nd.c | 541 xnn_operator_t depth_to_space_op = NULL; in xnn_create_depth_to_space_nchw2nhwc_x32() local 613 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nchw2nhwc_x32() 689 xnn_operator_t depth_to_space_op = NULL; in create_depth_to_space_nhwc() local 815 xnn_operator_t depth_to_space_op, in setup_depth_to_space_nhwc() 883 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x8() 899 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x16() 915 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nhwc_x32()
|
H A D | depth-to-space-nchw2nhwc.c | 24 xnn_operator_t depth_to_space_op = NULL; in xnn_create_depth_to_space_nchw2nhwc_x32() local 96 xnn_operator_t depth_to_space_op, in xnn_setup_depth_to_space_nchw2nhwc_x32()
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | depth-to-space-operator-tester.h | 150 xnn_operator_t depth_to_space_op = nullptr; in TestNHWCxX8() local 216 xnn_operator_t depth_to_space_op = nullptr; in TestNHWCxX16() local 282 xnn_operator_t depth_to_space_op = nullptr; in TestNHWCxX32() local 348 xnn_operator_t depth_to_space_op = nullptr; in TestNCHW2NHWCxX32() local
|