Searched defs:Subgraph (Results 1 – 3 of 3) sorted by relevance
715 struct Subgraph { struct719 std::vector<Operand> operands;728 std::vector<Operation> operations;735 std::vector<uint32_t> inputIndexes;742 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