Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A 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()
H A DPRelu.cpp46 inline bool eval(const std::function<T(const T&, const T&)>& func, const T* aData, in eval()
70 bool evalQuant8(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalQuant8()
H A DSelect.cpp38 bool compute(const bool8* conditionData, const Shape& conditionShape, const T* aData, in compute()
H A DLogicalAndOr.cpp39 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute()
H A DComparisons.cpp40 bool compute(const std::function<bool(ComparisonType, ComparisonType)>& func, const DataType* aData, in compute()
H A DBroadcast.cpp211 bool executeInt32(const int32_t* aData, const Shape& aShape, const int32_t* bData, in executeInt32()