Searched refs:compute_cost (Results 1 – 25 of 446) sorted by relevance
12345678910>>...18
/third_party/mindspore/config/ |
D | op_info.config | 153 … "imply_type": "TBE", "async_flag": false, "binfile_name": "abs.so", "compute_cost": 10, "kernel_n… 154 …pe": "TBE", "async_flag": false, "binfile_name": "inplace_add_d.so", "compute_cost": 10, "kernel_n… 155 …pe": "TBE", "async_flag": false, "binfile_name": "inplace_sub_d.so", "compute_cost": 10, "kernel_n… 156 …ly_type": "TBE", "async_flag": false, "binfile_name": "abs_grad.so", "compute_cost": 10, "kernel_n… 157 …"imply_type": "TBE", "async_flag": false, "binfile_name": "acos.so", "compute_cost": 10, "kernel_n… 158 …y_type": "TBE", "async_flag": false, "binfile_name": "acos_grad.so", "compute_cost": 10, "kernel_n… 159 …imply_type": "TBE", "async_flag": false, "binfile_name": "acosh.so", "compute_cost": 10, "kernel_n… 160 …_type": "TBE", "async_flag": false, "binfile_name": "acosh_grad.so", "compute_cost": 10, "kernel_n… 161 …"async_flag": false, "binfile_name": "adam_apply_one_with_decay.so", "compute_cost": 10, "kernel_n… 162 …"async_flag": false, "binfile_name": "apply_centered_rms_prop_d.so", "compute_cost": 10, "kernel_n… [all …]
|
/third_party/mindspore/mindspore/ops/_op_impl/tbe/ |
D | atomic_addr_clean.py | 23 .compute_cost(10) \
|
D | npu_alloc_float_status.py | 23 .compute_cost(10) \
|
D | npu_get_float_status.py | 23 .compute_cost(10) \
|
D | npu_clear_float_status.py | 23 .compute_cost(10) \
|
D | l2_loss.py | 23 .compute_cost(10) \
|
D | logical_not.py | 23 .compute_cost(10) \
|
D | reciprocal.py | 23 .compute_cost(10) \
|
D | reverse_v2_d.py | 23 .compute_cost(10) \
|
D | reduce_all.py | 23 .compute_cost(10) \
|
D | softmax.py | 23 .compute_cost(10) \
|
D | concat.py | 23 .compute_cost(10) \
|
D | reduce_any.py | 23 .compute_cost(10) \
|
D | tile.py | 23 .compute_cost(10) \
|
D | split_d.py | 23 .compute_cost(10) \
|
D | unpack.py | 23 .compute_cost(10) \
|
D | max_pool.py | 23 .compute_cost(10) \
|
D | reciprocal_ds.py | 23 .compute_cost(10) \
|
D | splitv.py | 23 .compute_cost(10) \
|
D | softmax_ds.py | 23 .compute_cost(10) \
|
D | logical_or.py | 23 .compute_cost(10) \
|
D | resize_nearest_neighbor_grad.py | 23 .compute_cost(10) \
|
D | logical_and.py | 23 .compute_cost(10) \
|
D | split_v.py | 23 .compute_cost(10) \
|
/third_party/mindspore/mindspore/ops/ |
D | op_info_register.py | 442 def compute_cost(self, compute_cost=10): member in TBERegOp 450 self._is_int(compute_cost) 451 self.compute_cost_ = compute_cost
|
12345678910>>...18