Home
last modified time | relevance | path

Searched refs:set_compute_cost (Results 1 – 2 of 2) sorted by relevance

/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() function
Doplib.cc117 op_info->set_compute_cost(obj.at(kComputeCost)); in DecodeTBESpecificInfo()