Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h727 bool isCompound() const { return mState == COMPOUND; } in isCompound() function
DExecutionBuilder.cpp170 CHECK(mPlan->isCompound()); in CompoundExecutionBuilder()