|
1093 | 1093 |
|
1094 | 1094 | 'index_put_acc_three_indices': dict( # llm used
|
1095 | 1095 | name=['index_put'],
|
1096 |
| - tensor_para=dict( |
1097 |
| - args=[ |
1098 |
| - { |
1099 |
| - "ins": ['input'], |
1100 |
| - "dtype": [Skip(np.float32),Skip(np.float64),Skip(np.float16),Skip(np.int32),Skip(np.int64),Skip(np.uint8),Skip(np.int8),Skip(np.bool_),], |
1101 |
| - }, |
1102 |
| - ] |
| 1096 | + para=dict( |
| 1097 | + accumulate=[Skip(False),], |
1103 | 1098 | ),
|
1104 | 1099 | ),
|
1105 | 1100 |
|
1106 | 1101 | 'index_put_acc_two_indices': dict( # llm used
|
1107 | 1102 | name=['index_put'],
|
1108 |
| - tensor_para=dict( |
1109 |
| - args=[ |
1110 |
| - { |
1111 |
| - "ins": ['input'], |
1112 |
| - "dtype": [Skip(np.float32),Skip(np.float64),], |
1113 |
| - }, |
1114 |
| - ] |
| 1103 | + para=dict( |
| 1104 | + accumulate=[Skip(False),], |
1115 | 1105 | ),
|
1116 | 1106 | ),
|
1117 | 1107 |
|
1118 | 1108 | 'index_put_acc_one_indices': dict( # llm used
|
1119 | 1109 | name=['index_put'],
|
1120 |
| - tensor_para=dict( |
1121 |
| - args=[ |
1122 |
| - { |
1123 |
| - "ins": ['input'], |
1124 |
| - "dtype": [Skip(np.float32),Skip(np.float64),], |
1125 |
| - }, |
1126 |
| - ] |
| 1110 | + para=dict( |
| 1111 | + accumulate=[Skip(False),], |
1127 | 1112 | ),
|
1128 | 1113 | ),
|
1129 | 1114 |
|
1130 | 1115 | 'index_put_acc_bool_indices_zeros': dict( # llm used
|
1131 | 1116 | name=['index_put'],
|
1132 |
| - tensor_para=dict( |
1133 |
| - args=[ |
1134 |
| - { |
1135 |
| - "ins": ['input'], |
1136 |
| - "dtype": [Skip(np.float32),Skip(np.int64),], |
1137 |
| - }, |
1138 |
| - ] |
| 1117 | + para=dict( |
| 1118 | + accumulate=[Skip(False),], |
1139 | 1119 | ),
|
1140 | 1120 | ),
|
1141 | 1121 |
|
1142 | 1122 | 'index_put_one_indices': dict( # llm used
|
1143 | 1123 | name=['index_put'],
|
1144 |
| - tensor_para=dict( |
1145 |
| - args=[ |
1146 |
| - { |
1147 |
| - "ins": ['input'], |
1148 |
| - "dtype": [Skip(np.float32),Skip(np.float64),Skip(np.float16),Skip(np.int32),Skip(np.int64),Skip(np.uint8),Skip(np.int8),Skip(np.bool_),], |
1149 |
| - }, |
1150 |
| - ] |
| 1124 | + para=dict( |
| 1125 | + accumulate=[Skip(False),], |
1151 | 1126 | ),
|
1152 | 1127 | ),
|
1153 | 1128 |
|
|
0 commit comments