Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DMaximumMinimum.cpp35 bool evalGeneric(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalGeneric()
61 bool evalQuant8(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalQuant8()
DPRelu.cpp46 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in eval()
69 bool evalQuant8(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalQuant8()
DSelect.cpp32 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
DLogicalAndOr.cpp33 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute()
DComparisons.cpp35 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
DBroadcast.cpp211 bool executeInt32(const int32_t* aData, const Shape& aShape, const int32_t* bData, in executeInt32()