Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/
Ddelegate_utils.cc20 bool IsSubGraphInputTensor(const std::vector<TensorInfo> &inputs, const TensorInfo &input) { in IsSubGraphInputTensor() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/
Ddelegate_utils.cc81 bool IsSubGraphInputTensor(const std::vector<mindspore::MSTensor> &inputs, mindspore::MSTensor inpu… in IsSubGraphInputTensor() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/npu/
Dnpu_subgraph.cc231 bool NPUSubGraph::IsSubGraphInputTensor(const mindspore::MSTensor &input) { in IsSubGraphInputTensor() function in mindspore::lite::NPUSubGraph