Home
last modified time | relevance | path

Searched refs:xnn_get_pointer_to_write_weights (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/
H A Doperator-utils.c11 void* xnn_get_pointer_to_write_weights( in xnn_get_pointer_to_write_weights() function
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dconvolution-nchw.c414 void* weights_ptr = xnn_get_pointer_to_write_weights( in xnn_create_convolution2d_nchw_f32()
451 void* weights_ptr = xnn_get_pointer_to_write_weights( in xnn_create_convolution2d_nchw_f32()
H A Dprelu-nc.c94 void* weights_ptr = xnn_get_pointer_to_write_weights(prelu_op, aligned_total_weights_size, 0); in create_prelu_nc()
H A Dconvolution-nhwc.c402 void* weights_ptr = xnn_get_pointer_to_write_weights( in create_convolution2d_nhwc()
435 void* weights_ptr = xnn_get_pointer_to_write_weights( in create_convolution2d_nhwc()
501 void* weights_ptr = xnn_get_pointer_to_write_weights( in create_convolution2d_nhwc()
H A Dfully-connected-nc.c123 void* weights_ptr = xnn_get_pointer_to_write_weights( in create_fully_connected_nc()
H A Ddeconvolution-nhwc.c193 void* weights_ptr = xnn_get_pointer_to_write_weights( in create_deconvolution2d_nhwc()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Doperator.h321 XNN_INTERNAL void* xnn_get_pointer_to_write_weights(