Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFill.cpp33 const T value = context->getInputValue<T>(kValueScalar); in executeTyped()
56 switch (context->getInputType(kValueScalar)) { in execute()
/packages/modules/NeuralNetworks/common/types/operations/include/
DFill.h26 constexpr uint32_t kValueScalar = 1; variable