Home
last modified time | relevance | path

Searched defs:Subgraph (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h671 struct Subgraph { struct
675 std::vector<Operand> operands;
684 std::vector<Operation> operations;
691 std::vector<uint32_t> inputIndexes;
698 std::vector<uint32_t> outputIndexes;
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverFloatXNNPACK.cpp154 class Subgraph { class
1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph() function in android::nn::sample_driver::Subgraph