Searched refs:kInputN (Results 1 – 1 of 1) sorted by relevance
46 constexpr uint32_t kInputN = 0; variable83 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in prepare()84 n = static_cast<int64_t>(context->getInputValue<float>(kInputN)); in prepare()86 n = context->getInputValue<int64_t>(kInputN); in prepare()119 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in execute()120 n = static_cast<int64_t>(context->getInputValue<float>(kInputN)); in execute()122 n = context->getInputValue<int64_t>(kInputN); in execute()