Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DSelect.cpp31 bool compute(const bool8* conditionData, const Shape& conditionShape, const T* aData, in compute() argument
36 uint32_t size = getNumberOfElements(conditionShape); in compute()