Searched refs:select_val (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 62 uint16_t select_val; member 400 group->counter[ctr].select_val = n; in select_counter() 751 uint32_t selected = group->counter[cnt].select_val; in counter_dialog() 918 select_counter(group, j, group->counter[j].select_val); in restore_counter_groups() 946 group->counter[j].select_val = j; in setup_counter_groups() 981 config_setting_set_int(s, group->counter[j].select_val); in config_save()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | space_to_batch_converter.cc | 152 HloInstruction* select_val, int64 new_batch_dim, int64 new_space_dim, 1651 HloInstruction* select_val, int64 new_batch_dim, int64 new_space_dim, in SelectValidPortion() argument 1699 MakeBroadcastHlo(select_val, {}, new_instr->shape().dimensions()); in SelectValidPortion() 1895 auto select_val = computation_->AddInstruction(HloInstruction::CreateConstant( in PropagateOnConv() local 1900 SelectValidPortion(activations_new, activations_old, select_val, in PropagateOnConv() 2372 auto select_val = computation_->AddInstruction(HloInstruction::CreateConstant( in PropagateOnBackpropFilterConv() local 2379 SelectValidPortion(activations_new, activations_old, select_val, in PropagateOnBackpropFilterConv() 2388 SelectValidPortion(kernel_new, kernel_old, select_val, in PropagateOnBackpropFilterConv() 2800 auto select_val = computation_->AddInstruction(HloInstruction::CreateConstant( in PerformSpaceToBatchOnConvolution() local 2804 new_conv, SelectValidPortion(new_conv, original_conv, select_val, in PerformSpaceToBatchOnConvolution()
|