Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DSlice.cpp82 const Shape& beginShape = context->getInputShape(kBeginTensor); in prepare()
90 const int32_t* beginData = context->getInputBuffer<int32_t>(kBeginTensor); in prepare()
117 context->getInputBuffer<int32_t>(kBeginTensor), in execute()
118 context->getInputShape(kBeginTensor), in execute()
126 context->getInputBuffer<int32_t>(kBeginTensor), in execute()
127 context->getInputShape(kBeginTensor), in execute()
135 context->getInputBuffer<int32_t>(kBeginTensor), in execute()
136 context->getInputShape(kBeginTensor), in execute()
144 context->getInputBuffer<int32_t>(kBeginTensor), in execute()
145 context->getInputShape(kBeginTensor), in execute()
[all …]
DStridedSlice.cpp87 context->getInputBuffer<int32_t>(kBeginTensor), in executeTyped()
103 const Shape& beginShape = context->getInputShape(kBeginTensor); in prepare()
119 const int32_t* beginData = context->getInputBuffer<int32_t>(kBeginTensor); in prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DSlice.h28 constexpr uint32_t kBeginTensor = 1; variable
DStridedSlice.h26 constexpr uint32_t kBeginTensor = 1; variable