Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DMaximumMinimum.cpp31 bool evalGeneric(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalGeneric()
56 bool evalQuant8(const uint8_t* aData, const Shape& aShape, const uint8_t* bData, in evalQuant8()
DPRelu.cpp41 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in eval()
63 bool evalQuant8(const uint8_t* aData, const Shape& aShape, const uint8_t* bData, in evalQuant8()
DSelect.cpp40 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
DLogicalAndOr.cpp37 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute()
DComparisons.cpp39 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()