Home
last modified time | relevance | path

Searched refs:kInputN (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp46 constexpr uint32_t kInputN = 0; variable
83 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()