Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dlstm_adjust_pass.cc40 …ePtr GetRealLstmWeightNode(const FuncGraphPtr &graph, const CNodePtr &cnode, size_t weight_index) { in GetRealLstmWeightNode() argument
46 auto weight_node = cnode->input(weight_index); in GetRealLstmWeightNode()
64 (void)manager->Replace(cnode->input(weight_index), weight_node); in GetRealLstmWeightNode()
/third_party/mindspore/mindspore/ccsrc/ps/
Dutil.cc159 int64_t weight_index = GetValue<int64_t>(weight_index_value_node->value()); in DoFusion() local
160 indices.push_back(weight_index); in DoFusion()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc609 const size_t weight_index = 2; in FetchInfoForQuantExport() local
615 auto weight = root_node->input(weight_index); in FetchInfoForQuantExport()
630 auto weight_node = cnode->input(weight_index); in FetchInfoForQuantExport()