Searched defs:Subgraph (Results 1 – 2 of 2) sorted by relevance
671 struct Subgraph { struct675 std::vector<Operand> operands;684 std::vector<Operation> operations;691 std::vector<uint32_t> inputIndexes;698 std::vector<uint32_t> outputIndexes;
154 class Subgraph { class1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph() function in android::nn::sample_driver::Subgraph