Searched defs:IsSubGraphInputTensor (Results 1 – 3 of 3) sorted by relevance
20 bool IsSubGraphInputTensor(const std::vector<TensorInfo> &inputs, const TensorInfo &input) { in IsSubGraphInputTensor() function
81 bool IsSubGraphInputTensor(const std::vector<mindspore::MSTensor> &inputs, mindspore::MSTensor inpu… in IsSubGraphInputTensor() function
231 bool NPUSubGraph::IsSubGraphInputTensor(const mindspore::MSTensor &input) { in IsSubGraphInputTensor() function in mindspore::lite::NPUSubGraph