Searched defs:SubGraph (Results 1 – 5 of 5) sorted by relevance
28 struct SubGraph { struct29 std::string name_;30 std::vector<uint32_t> input_indices_;31 std::vector<uint32_t> output_indices_;32 std::vector<uint32_t> node_indices_;33 std::vector<uint32_t> tensor_indices_; // hnn no use
47 struct SubGraph { struct48 std::string name_;49 std::vector<uint32_t> input_indices_;50 std::vector<uint32_t> output_indices_;51 std::vector<uint32_t> node_indices_;52 std::vector<uint32_t> tensor_indices_;
32 class SubGraph; variable
334 void BaseDigraph::SubGraph(const FuncGraphPtr &key, const std::shared_ptr<BaseDigraph> &gsub) { in SubGraph() function in mindspore::draw::BaseDigraph
714 std::vector<int> SubGraph; in colorHighLatenciesGroups() local1152 std::vector<int> SubGraph; in colorExports() local