Searched refs:kInputFirstTensor (Results 1 – 3 of 3) sorted by relevance
44 const Shape firstInputTensorShape = context->getInputShape(kInputFirstTensor); in prepare()50 context->getInputShape(kInputFirstTensor + inputTensorNum))) in prepare()95 const Shape tensorShape = context->getInputShape(kInputFirstTensor); in packParams()117 convertShapeToTflshape(context->getInputShape(kInputFirstTensor)); in pack()123 inputData[inputTensorNum] = context->getInputBuffer<T>(kInputFirstTensor + inputTensorNum); in pack()133 switch (context->getInputType(kInputFirstTensor)) { in execute()
29 constexpr uint32_t kInputFirstTensor = 1; variable
50 const Shape inputShape = context->getInputShape(kInputFirstTensor + inputTensorNum); in validate()