Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dmodel.h32 struct SubGraph { struct
33 String name_;
34 Uint32Vector input_indices_;
35 Uint32Vector output_indices_;
36 Uint32Vector node_indices_;
37 Uint32Vector tensor_indices_;
/third_party/mindspore/mindspore/lite/mindir/include/
Dmindir_lite_graph.h28 struct SubGraph { struct
29 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
/third_party/mindspore/mindspore/lite/include/
Dmodel.h43 struct SubGraph { struct
44 String name_;
45 Uint32Vector input_indices_;
46 Uint32Vector output_indices_;
47 Uint32Vector node_indices_;
48 Uint32Vector tensor_indices_;
/third_party/mindspore/mindspore/lite/tools/common/
Dfunc_graph_subgraph.h32 class SubGraph; variable
/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp550 SubGraph; typedef
723 SubGraph; typedef
901 SubGraph; typedef
/third_party/mindspore/mindspore/ccsrc/debug/
Ddraw.cc350 void BaseDigraph::SubGraph(const FuncGraphPtr &key, const std::shared_ptr<BaseDigraph> &gsub) { in SubGraph() function in mindspore::draw::BaseDigraph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp714 std::vector<int> SubGraph; in colorHighLatenciesGroups() local
1152 std::vector<int> SubGraph; in colorExports() local