Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFill.cpp29 constexpr uint32_t kValueScalar = 1; variable
42 const T value = context->getInputValue<T>(kValueScalar); in executeTyped()
100 switch (context->getInputType(kValueScalar)) { in execute()