Searched refs:post_operation_params (Results 1 – 4 of 4) sorted by relevance
34 char* post_operation_params = xnn_allocate_zero_memory(total_size); in allocate_and_initialize_post_operation_params() local35 char* cur_params = post_operation_params; in allocate_and_initialize_post_operation_params()50 return post_operation_params; in allocate_and_initialize_post_operation_params()
246 void* post_operation_params, in create_convolution2d_nhwc()510 convolution_op->post_operation_params = post_operation_params; in create_convolution2d_nhwc()1277 …char* post_operation_params = allocate_and_initialize_post_operation_params(num_post_operations, p… in xnn_create_fused_convolution2d_nhwc_f32() local1322 num_post_operations, post_operation_params, in xnn_create_fused_convolution2d_nhwc_f32()1473 convolution_op->context.gemm.fused_params = convolution_op->post_operation_params; in setup_convolution2d_nhwc()
34 xnn_release_memory(op->post_operation_params); in xnn_delete_operator()
264 void* post_operation_params; member