Home
last modified time | relevance | path

Searched defs:input_param_values (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/optimizer/ad/
Dkpynative_test.cc85 std::vector<ValuePtr> input_param_values; in BuildBpropFuncGraph() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkpynative.cc255 …KPynativeCellImpl(const AnfNodePtrList &cell_inputs, const std::vector<ValuePtr> &input_param_valu… in KPynativeCellImpl()
332 const std::vector<ValuePtr> &input_param_values) { in GradPynativeCellBegin()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2163 std::vector<ValuePtr> input_param_values; in HandleInputArgsForTopCell() local