Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DStridedSlice.cpp40 constexpr uint32_t kEndTensor = 2; variable
94 context->getInputBuffer<int32_t>(kEndTensor), in executeTyped()
148 const Shape& endShape = context->getInputShape(kEndTensor); in prepare()
164 const int32_t* endData = context->getInputBuffer<int32_t>(kEndTensor); in prepare()