Searched refs:kSupportedOperationsFunction (Results 1 – 2 of 2) sorted by relevance
145 kSupportedOperationsFunction(std::move(supportedOperationsFunction)) { in LimitedSupportDevice()147 CHECK(kSupportedOperationsFunction != nullptr); in LimitedSupportDevice()186 return kSupportedOperationsFunction(model); in getSupportedOperations()195 const auto supportedOperations = NN_TRY(kSupportedOperationsFunction(model)); in prepareModel()
80 const SupportedOperationsFunction kSupportedOperationsFunction; variable