Searched defs:aShape (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | MaximumMinimum.cpp | 31 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()
|
D | PRelu.cpp | 41 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()
|
D | Select.cpp | 40 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
|
D | LogicalAndOr.cpp | 37 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute()
|
D | Comparisons.cpp | 39 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
|