Searched defs:tensors_indices (Results 1 – 1 of 1) sorted by relevance
31 … 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