Searched refs:branch_config (Results 1 – 2 of 2) sorted by relevance
193 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in find_cnn_out_channels() local195 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in find_cnn_out_channels()203 if ((branch_config->branches_to_combine & (1 << c)) && c != branch) { in find_cnn_out_channels()213 if ((branch_config->branches_to_combine & (1 << c)) && c != branch) { in find_cnn_out_channels()249 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in av1_find_cnn_output_size() local255 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in av1_find_cnn_output_size()270 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in av1_find_cnn_output_size()330 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in copy_active_tensor_to_branches() local332 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in copy_active_tensor_to_branches()336 int copy_channels = branch_config->channels_to_copy > 0 in copy_active_tensor_to_branches()[all …]
130 struct CNN_BRANCH_CONFIG branch_config; member