Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dsubgraph_node_pass.cc31 … schema::MetaGraphT *graph, std::set<uint32_t> *tensors_indices) { in GetSubgraphAllTensorIndices()
51 bool SubgraphNodePass::IsNodeInputInSubgraph(const std::set<uint32_t> &tensors_indices, in IsNodeInputInSubgraph()
59 bool SubgraphNodePass::IsNodeOutputInSubgraph(const std::set<uint32_t> &tensors_indices, in IsNodeOutputInSubgraph()
121 std::set<uint32_t> tensors_indices{}; in Run() local