Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Danf.h275 inputs_value_.push_back(std::make_pair(input_value, id)); in add_input_value()
277 void clear_inputs_value() { inputs_value_.clear(); } in clear_inputs_value()
278 …puts_value(const std::vector<std::pair<ValuePtr, std::string>> &values) { inputs_value_ = values; } in set_inputs_value()
279 …const std::vector<std::pair<ValuePtr, std::string>> &inputs_value() const { return inputs_value_; } in inputs_value()
369 std::vector<std::pair<ValuePtr, std::string>> inputs_value_; variable