Searched refs:kEndTensor (Results 1 – 2 of 2) sorted by relevance
88 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()
27 constexpr uint32_t kEndTensor = 2; variable