Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DStridedSlice.cpp88 context->getInputBuffer<int32_t>(kEndTensor), in executeTyped()
104 const Shape& endShape = context->getInputShape(kEndTensor); in prepare()
120 const int32_t* endData = context->getInputBuffer<int32_t>(kEndTensor); in prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DStridedSlice.h27 constexpr uint32_t kEndTensor = 2; variable