Searched refs:kStridesTensor (Results 1 – 2 of 2) sorted by relevance
89 context->getInputBuffer<int32_t>(kStridesTensor), in executeTyped()105 const Shape& stridesShape = context->getInputShape(kStridesTensor); in prepare()121 const int32_t* stridesData = context->getInputBuffer<int32_t>(kStridesTensor); in prepare()
28 constexpr uint32_t kStridesTensor = 3; variable