Lines Matching refs:kInputTensor
35 constexpr uint32_t kInputTensor = 0; variable
53 const Shape inputShape = context->getInputShape(kInputTensor); in compute()
61 context->getInputBuffer<T>(kInputTensor), in compute()
75 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum()
82 const Shape& input = context->getInputShape(kInputTensor); in validateProdSum()
92 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin()
105 const Shape& input = context->getInputShape(kInputTensor); in validateMaxMin()
115 OperandType inputType = context->getInputType(kInputTensor); in validateLogical()
121 const Shape& input = context->getInputShape(kInputTensor); in validateLogical()
129 Shape inputShape = context->getInputShape(kInputTensor); in prepare()
167 switch (context->getInputType(kInputTensor)) { in executeProd()
186 switch (context->getInputType(kInputTensor)) { in executeSum()
197 switch (context->getInputType(kInputTensor)) { in executeMax()
216 switch (context->getInputType(kInputTensor)) { in executeMin()
235 switch (context->getInputType(kInputTensor)) { in executeAny()
245 switch (context->getInputType(kInputTensor)) { in executeAll()