Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp571 const auto slice10 = slicer->getSliceV1_0(); in getSupportedOperations() local
572 if (!slice10.has_value()) { in getSupportedOperations()
575 std::tie(model10, submodelOperationIndexToModelOperationIndex) = *slice10; in getSupportedOperations()