Searched refs:function_params (Results 1 – 4 of 4) sorted by relevance
5827 const DepthwiseConvDotProdParams* function_params) {5918 [ function_params ] "r"(function_params)5934 const DepthwiseConvDotProdParams* function_params) {5936 adjusted_bias_data, function_params);5946 const DepthwiseConvDotProdParams* function_params) {6033 [ function_params ] "r"(function_params)6050 const DepthwiseConvDotProdParams* function_params) {6052 adjusted_bias_data, function_params);6064 const DepthwiseConvDotProdParams* function_params) {6065 TFLITE_DCHECK_EQ(function_params->padding_bottom, 0);[all …]
149 const DepthwiseConvDotProdParams* function_params) {151 const int depth = function_params->output_depth;152 const int depth_micro_repeats = function_params->depth_micro_repeats;153 const int bias_increment = function_params->bias_increment;154 const int32 input_offset = function_params->input_offset;179 const DepthwiseConvDotProdParams* function_params) {180 const int depth = function_params->output_depth;181 const int depth_micro_repeats = function_params->depth_micro_repeats;182 const int bias_increment = function_params->bias_increment;203 const int32 input_offset = function_params->input_offset;[all …]
562 const DepthwiseConvDotProdParams* function_params) {565 function_params->input_width_micro_repeats;566 const int block_height = function_params->inbound_block_height;567 const int residual_width = function_params->residual_width;568 const int input_height_stride = function_params->input_height_stride;569 const int input_depth = function_params->input_depth;
119 function_params, return_type): argument129 ', '.join(['%s %s' % (t, n) for (t, n) in function_params])))