Searched defs:src_tensors (Results 1 – 5 of 5) sorted by relevance
39 …rolFlowScheduler(InnerContext *ctx, const mindspore::Context *, std::vector<Tensor *> *src_tensors) in ControlFlowScheduler()
55 void SetDequantTensors(std::vector<Tensor *> *src_tensors) { in SetDequantTensors()
90 ShapeFusionPass(InnerContext *ctx, LiteModel *model, std::vector<lite::Tensor *> *src_tensors) in ShapeFusionPass()
909 …SearchSubGraph(const InnerContext *context, Model *model, std::vector<lite::Tensor *> *src_tensors, in SearchSubGraph()
400 …r<mindspore::lite::Tensor *> MSTensorToLiteTensors(const std::vector<mindspore::MSTensor> &src_ten… in MSTensorToLiteTensors()