Home
last modified time | relevance | path

Searched defs:compute_cost (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ops/
Dop_info_register.py442 def compute_cost(self, compute_cost=10): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h150 void set_compute_cost(const int compute_cost) { compute_cost_ = compute_cost; } in set_compute_cost()