Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h35 struct parameter_t { struct
36 parameter_t(const std::string &name, bool disabled, double value, bool hit, double actual_value) in parameter_t() function
52 const std::vector<parameter_t> &parameters, int32_t error_code, uint32_t rank_id, in watchpoint_hit_t() argument
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h85 struct parameter_t { struct
86 std::string name;
87 bool disabled;
88 double_t value;
89 bool hit;
90 double_t actual_value;
91 void Evaluate(double_t actualValue, std::string inequality_type) { in Evaluate()