Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DStridedSlice.cpp43 constexpr uint32_t kEndMask = 5; variable
96 context->getInputValue<int32_t>(kBeginMask), context->getInputValue<int32_t>(kEndMask), in executeTyped()
168 const int32_t endMask = context->getInputValue<int32_t>(kEndMask); in prepare()