Home
last modified time | relevance | path

Searched defs:GetCNodeInputTensors (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dconstant_folding_fusion.cc56 std::vector<Tensor *> GetCNodeInputTensors(const CNodePtr &cnode, converter::FmkType fmk_type) { in GetCNodeInputTensors() function
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dnode_infershape.cc241 STATUS NodeInferShape::GetCNodeInputTensors(const CNodePtr &cnode, std::vector<lite::Tensor *> *inp… in GetCNodeInputTensors() function in mindspore::opt::NodeInferShape