Searched refs:dst_flag (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_1x1_x86_fp32.c | 64 int dst_flag = 0; in Conv1x1SWFp32() local 68 dst_flag = 3 - (ic == 0); in Conv1x1SWFp32() 70 dst_flag = 1 - (ic == 0); in Conv1x1SWFp32() 91 in_sw_step_float, dst_flag); in Conv1x1SWFp32() 104 size_t dst_flag) { in Conv1x1SW3x32Kernel() argument 373 "r"(dst_flag) // 8 in Conv1x1SW3x32Kernel() 380 size_t dst_flag) { in Conv1x1SW1x32Kernel() argument 520 "r"(dst_flag) // 8 in Conv1x1SW1x32Kernel() 527 size_t dst_flag) { in Conv1x1SW4x24Kernel() argument 798 …"r"(oc_align), "r"(dst), "r"(dst_3), "r"(dst_flag) … in Conv1x1SW4x24Kernel() [all …]
|
D | conv_1x1_x86_fp32.h | 28 size_t dst_flag); 40 size_t dst_flag); 45 size_t dst_flag); 49 size_t dst_flag); 53 size_t dst_flag); 57 size_t dst_flag); 61 size_t dst_flag); 65 size_t dst_flag); 69 size_t dst_flag); 73 size_t dst_flag); [all …]
|
/third_party/boost/boost/date_time/ |
D | local_time_adjustor.hpp | 113 time_is_dst_result dst_flag = in utc_to_local_offset() local 115 switch(dst_flag) { in utc_to_local_offset() 121 dst_flag = dst_rules::local_is_dst(retry.date(), retry.time_of_day()); in utc_to_local_offset() 123 if (dst_flag == ambiguous) { in utc_to_local_offset()
|
/third_party/boost/boost/date_time/local_time/ |
D | local_date_time.hpp | 104 bool dst_flag) : //necessary for constr_adj() in local_date_time_base() argument 105 …_time<utc_time_type,time_system_type>(construction_adjustment(utc_time_type(d, td), tz, dst_flag)), in local_date_time_base() 121 else if(result != ambiguous && in_dst != dst_flag){ in local_date_time_base() 126 ss << "flag given: dst=" << dst_flag << ", dst calculated: dst=" << in_dst; in local_date_time_base() 488 bool dst_flag) in construction_adjustment() argument 491 if(dst_flag && z->has_dst()) { in construction_adjustment()
|