Searched refs:function_params (Results 1 – 3 of 3) sorted by relevance
135 const DepthwiseConvDotProdParams* function_params) {137 const int depth = function_params->output_depth;138 const int depth_micro_repeats = function_params->depth_micro_repeats;139 const int bias_increment = function_params->bias_increment;140 const int32 input_offset = function_params->input_offset;164 const DepthwiseConvDotProdParams* function_params) {165 const int depth = function_params->output_depth;166 const int depth_micro_repeats = function_params->depth_micro_repeats;167 const int bias_increment = function_params->bias_increment;187 const int32 input_offset = function_params->input_offset;[all …]
3761 const DepthwiseConvDotProdParams* function_params) {3764 function_params->input_width_micro_repeats;3765 const int block_height = function_params->inbound_block_height;3766 const int residual_width = function_params->residual_width;3767 const int input_height_stride = function_params->input_height_stride;3768 const int input_depth = function_params->input_depth;3790 const DepthwiseConvDotProdParams* function_params) {3791 const int depth = function_params->output_depth;3792 const int depth_micro_repeats = function_params->depth_micro_repeats;3793 const int bias_increment = function_params->bias_increment;[all …]
119 function_params, return_type): argument129 ', '.join(['%s %s' % (t, n) for (t, n) in function_params])))