Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dconfig_values_generator.cc115 const Value* inputs_value = scope_->GetValue(variables::kInputs, true); in Run()
116 if (inputs_value) { in Run()
118 *inputs_value, input_dir_, in Run()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dshape_ops_splitter.cc44 node->set_inputs_value(cnode->inputs_value()); in CloneCNode()
Dgraph_kernel_splitter.cc91 cp_node->set_inputs_value(cnode->inputs_value()); in NewRecomputeNode()
/third_party/mindspore/mindspore/core/ir/
Danf.h279 …const std::vector<std::pair<ValuePtr, std::string>> &inputs_value() const { return inputs_value_; } in inputs_value() function
343 set_inputs_value(node->inputs_value()); in CloneCNodeInfo()