Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py265 inputs_name = action_target_name + '__input'
266 SetVariableList(output, inputs_name,
298 WriteVariable(output, inputs_name)
321 WriteVariable(output, inputs_name)
350 inputs_name = rule_name + '__input'
351 SetVariableList(output, inputs_name,
401 WriteVariable(output, inputs_name)
437 WriteVariable(output, inputs_name)
476 self.inputs_name = None
500 copy.inputs_name = copy_name + '__input' + copy.ext
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py269 inputs_name = action_target_name + "__input"
272 inputs_name,
306 WriteVariable(output, inputs_name)
329 WriteVariable(output, inputs_name)
357 inputs_name = rule_name + "__input"
360 inputs_name,
413 WriteVariable(output, inputs_name)
449 WriteVariable(output, inputs_name)
488 self.inputs_name = None
512 copy.inputs_name = copy_name + "__input" + copy.ext
[all …]
/third_party/mindspore/mindspore/core/ops/
Dprimitive_c.cc24 void PrimitiveC::InitIOName(const std::vector<std::string> &inputs_name, const std::vector<std::str… in InitIOName() argument
25 (void)this->AddAttr("input_names", MakeValue(inputs_name)); in InitIOName()
Dprimitive_c.h47 …void InitIOName(const std::vector<std::string> &inputs_name, const std::vector<std::string> &outpu…
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h141 std::vector<std::string> *inputs_name) const;
Dsession_basic.cc1756 std::vector<std::string> *inputs_name) const { in GetModelInputsInfo()
1761 MS_EXCEPTION_IF_NULL(inputs_name); in GetModelInputsInfo()
1779 inputs_name->push_back(parameter->name()); in GetModelInputsInfo()