Lines Matching refs:getInputBuffer

99     return context->getInputBuffer(tensor) != nullptr;  in hasTensor()
405 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputTensor)); in execute()
408 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToInputWeightsTensor)); in execute()
411 context->getInputBuffer(kRecurrentToInputWeightsTensor)); in execute()
413 reinterpret_cast<const int16_t*>(context->getInputBuffer(kCellToInputWeightsTensor)); in execute()
415 reinterpret_cast<const int16_t*>(context->getInputBuffer(kInputLayerNormTensor)); in execute()
417 reinterpret_cast<const int32_t*>(context->getInputBuffer(kInputGateBiasTensor)); in execute()
420 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToForgetWeightsTensor)); in execute()
422 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
424 reinterpret_cast<const int16_t*>(context->getInputBuffer(kCellToForgetWeightsTensor)); in execute()
426 reinterpret_cast<const int16_t*>(context->getInputBuffer(kForgetLayerNormTensor)); in execute()
428 reinterpret_cast<const int32_t*>(context->getInputBuffer(kForgetGateBiasTensor)); in execute()
431 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToCellWeightsTensor)); in execute()
433 reinterpret_cast<const int8_t*>(context->getInputBuffer(kRecurrentToCellWeightsTensor)); in execute()
435 reinterpret_cast<const int16_t*>(context->getInputBuffer(kCellLayerNormTensor)); in execute()
437 reinterpret_cast<const int32_t*>(context->getInputBuffer(kCellGateBiasTensor)); in execute()
440 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
442 context->getInputBuffer(kRecurrentToOutputWeightsTensor)); in execute()
444 reinterpret_cast<const int16_t*>(context->getInputBuffer(kCellToOutputWeightsTensor)); in execute()
446 reinterpret_cast<const int16_t*>(context->getInputBuffer(kOutputLayerNormTensor)); in execute()
448 reinterpret_cast<const int32_t*>(context->getInputBuffer(kOutputGateBiasTensor)); in execute()
451 reinterpret_cast<const int8_t*>(context->getInputBuffer(kProjectionWeightsTensor)); in execute()
453 reinterpret_cast<const int32_t*>(context->getInputBuffer(kProjectionBiasTensor)); in execute()
456 reinterpret_cast<const int8_t*>(context->getInputBuffer(kPrevOutputTensor)); in execute()
458 reinterpret_cast<const int16_t*>(context->getInputBuffer(kPrevCellStateTensor)); in execute()