Searched defs:Subgraph (Results 1 – 3 of 3) sorted by relevance
716 struct Subgraph { struct720 std::vector<Operand> operands;729 std::vector<Operation> operations;736 std::vector<uint32_t> inputIndexes;743 std::vector<uint32_t> outputIndexes;
210 message Subgraph { message
154 class Subgraph { class1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph() function in android::nn::sample_driver::Subgraph