Searched refs:kInputRHSTensor (Results 1 – 3 of 3) sorted by relevance
204 Shape inputRHSTensorShape = context->getInputShape(kInputRHSTensor); in prepare()234 context->getInputBuffer<float>(kInputRHSTensor), in execute()235 context->getInputShape(kInputRHSTensor), in execute()243 context->getInputBuffer<_Float16>(kInputRHSTensor), in execute()244 context->getInputShape(kInputRHSTensor), in execute()252 context->getInputBuffer<int32_t>(kInputRHSTensor), in execute()253 context->getInputShape(kInputRHSTensor), in execute()261 context->getInputBuffer<int8_t>(kInputRHSTensor), in execute()262 context->getInputShape(kInputRHSTensor), in execute()
28 constexpr uint32_t kInputRHSTensor = 1; variable
30 OperandType inputRHSTensorType = context->getInputType(kInputRHSTensor); in validate()