Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DStridedSlice.cpp41 constexpr uint32_t kStridesTensor = 3; variable
95 context->getInputBuffer<int32_t>(kStridesTensor), in executeTyped()
149 const Shape& stridesShape = context->getInputShape(kStridesTensor); in prepare()
165 const int32_t* stridesData = context->getInputBuffer<int32_t>(kStridesTensor); in prepare()