Home
last modified time | relevance | path

Searched refs:supportedByControlFlowInterpreter (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.h155 bool supportedByControlFlowInterpreter(uint32_t operationIndex) const;
H A DExecutionPlan.cpp2459 bool ModelBuilder::supportedByControlFlowInterpreter(uint32_t operationIndex) const { in supportedByControlFlowInterpreter() function in android::nn::ModelBuilder
2547 supportedByControlFlowInterpreter(operationIndex)) { in findBestDeviceForEachOperation()