Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DPow.cpp35 const Shape& exponentShape, T* outputData, const Shape& outputShape) { in evalGeneric()
61 bool prepare(const Shape& baseShape, const Shape& exponentShape, Shape* output) { in prepare()
70 const Shape& exponentShape, void* outputData, const Shape& outputShape) { in eval()