Home
last modified time | relevance | path

Searched refs:reshape_type (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/mindspore/ops/_op_impl/tbe/
Dbn_training_reduce_grad.py27 .input(0, "grads", False, "required", "all", reshape_type="NC") \
28 .input(1, "x_norm", False, "required", "all", reshape_type="NC") \
34 .output(0, "y", False, "required", "all", reshape_type="NC") \
Dspace_to_batch_nd.py28 .input(0, "x", False, "required", "all", reshape_type="NH") \
29 .output(0, "y", False, "required", "all", reshape_type="NH") \
Dbatch_to_space_nd.py28 .input(0, "x", False, "required", "all", reshape_type="NH") \
29 .output(0, "y", False, "required", "all", reshape_type="NH") \
Dbn_infer_grad.py27 .input(0, "grads", False, "required", "all", reshape_type="NC") \
30 .output(0, "x_backprop", False, "required", "all", reshape_type="NC") \
Dbn_training_update_grad.py27 .input(0, "grads", False, "required", "all", reshape_type="NC") \
28 .input(1, "x", False, "required", "all", reshape_type="NC") \
Dbn_infer.py27 .input(0, "x", False, "required", "all", reshape_type="NC") \
32 .output(0, "y", False, "required", "all", reshape_type="NC") \
Dbn_training_update_v2.py27 .input(0, "x", False, "required", "all", reshape_type="NC") \
32 .output(0, "y", False, "required", "all", reshape_type="NC") \
Dbn_training_update_v3.py27 .input(0, "x", False, "required", "all", reshape_type="NC") \
32 .output(0, "y", False, "required", "all", reshape_type="NC") \
Dbn_training_update.py29 .input(0, "x", False, "required", "all", reshape_type="NC") \
36 .output(0, "y", False, "required", "all", reshape_type="NC") \
Ddynamic_gru_v2.py37 .input(1, "weight_input", False, "required", "all", reshape_type="CN") \
38 .input(2, "weight_hidden", False, "required", "all", reshape_type="CN") \
Dbn_training_reduce.py26 .input(0, "x", False, "required", "all", reshape_type="NC") \
Dbasic_lstm_cell_weight_grad.py29 .output(0, "dw", False, "required", "all", reshape_type="CN") \
Dbasic_lstm_cell_input_grad.py28 .input(1, "w", False, "required", "all", reshape_type="NC") \
Dbasic_lstm_cell.py33 .input(3, "w", False, "required", "all", reshape_type="CN") \
Ddynamic_rnn.py39 .input(1, "w", False, "required", "all", reshape_type="CN") \
/third_party/mindspore/config/
Dop_info.config153 …so", "compute_cost": 10, "kernel_name": "abs", "partial_flag": true, "reshape_type": "", "dynamic_…
154 …ute_cost": 10, "kernel_name": "inplace_add_d", "partial_flag": true, "reshape_type": "", "dynamic_…
155 …ute_cost": 10, "kernel_name": "inplace_sub_d", "partial_flag": true, "reshape_type": "", "dynamic_…
156 …"compute_cost": 10, "kernel_name": "abs_grad", "partial_flag": true, "reshape_type": "", "dynamic_…
157 …o", "compute_cost": 10, "kernel_name": "acos", "partial_flag": true, "reshape_type": "", "dynamic_…
158 …compute_cost": 10, "kernel_name": "acos_grad", "partial_flag": true, "reshape_type": "", "dynamic_…
159 …", "compute_cost": 10, "kernel_name": "acosh", "partial_flag": true, "reshape_type": "", "dynamic_…
160 …ompute_cost": 10, "kernel_name": "acosh_grad", "partial_flag": true, "reshape_type": "", "dynamic_…
161 …0, "kernel_name": "adam_apply_one_with_decay", "partial_flag": true, "reshape_type": "", "dynamic_…
162 …0, "kernel_name": "apply_centered_rms_prop_d", "partial_flag": true, "reshape_type": "", "dynamic_…
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc337 auto reshape_type = io_info_item->reshape_type(); in GenBuilderItem() local
350 reshape_types->emplace_back(reshape_type); in GenBuilderItem()
362 reshape_types->emplace_back(reshape_type); in GenBuilderItem()
371 reshape_types->emplace_back(reshape_type); in GenBuilderItem()
397 op_io_info_new->set_reshape_type(op_io_info.reshape_type()); in CreateNewOpIOInfo()
578 op_io_info_new->set_reshape_type(op_io_info.reshape_type()); in CreateNewOpIOInfo()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.h103 const AnfNodePtr &trans_data, const std::string &reshape_type = {""},
113 const std::string &reshape_type = std::string{});
Dascend_helper.cc244 … const AnfNodePtr &trans_data, const std::string &reshape_type, const TypeId &type_id) { in RefreshKernelBuildInfo() argument
251 builder->SetInputsReshapeType({reshape_type}); in RefreshKernelBuildInfo()
252 builder->SetOutputsReshapeType({reshape_type}); in RefreshKernelBuildInfo()
328 const std::string &reshape_type) { in AddCastOpNodeToGraph() argument
339 builder.SetInputsReshapeType({reshape_type}); in AddCastOpNodeToGraph()
340 builder.SetOutputsReshapeType({reshape_type}); in AddCastOpNodeToGraph()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h66 const std::string &reshape_type() const { return reshape_type_; } in reshape_type() function
76 void set_reshape_type(const std::string &reshape_type) { reshape_type_ = reshape_type; } in set_reshape_type() argument
/third_party/mindspore/mindspore/ops/
Dop_info_register.py476 def reshape_type(self, reshape_type): member in TBERegOp
483 self._is_string(reshape_type)
484 self.reshape_type_ = reshape_type
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py125 reshape_type = {
132 return reshape_type[interp]