Home
last modified time | relevance | path

Searched defs:baseShape (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DPow.cpp34 bool evalGeneric(const T* baseData, const Shape& baseShape, const T* exponentData, in evalGeneric()
61 bool prepare(const Shape& baseShape, const Shape& exponentShape, Shape* output) { in prepare()
69 bool eval(const void* baseData, const Shape& baseShape, const void* exponentData, in eval()