Lines Matching refs:kInputTensor
36 constexpr uint32_t kInputTensor = 0; variable
53 const Shape inputShape = context->getInputShape(kInputTensor); in compute()
61 context->getInputBuffer<T>(kInputTensor), in compute()
76 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum()
83 const Shape& input = context->getInputShape(kInputTensor); in validateProdSum()
93 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin()
106 const Shape& input = context->getInputShape(kInputTensor); in validateMaxMin()
116 OperandType inputType = context->getInputType(kInputTensor); in validateLogical()
122 const Shape& input = context->getInputShape(kInputTensor); in validateLogical()
131 Shape inputShape = context->getInputShape(kInputTensor); in prepare()
169 switch (context->getInputType(kInputTensor)) { in executeProd()
188 switch (context->getInputType(kInputTensor)) { in executeSum()
199 switch (context->getInputType(kInputTensor)) { in executeMax()
218 switch (context->getInputType(kInputTensor)) { in executeMin()
237 switch (context->getInputType(kInputTensor)) { in executeAny()
247 switch (context->getInputType(kInputTensor)) { in executeAll()