Searched defs:bShape (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | MaximumMinimum.cpp | 35 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 D | PRelu.cpp | 47 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in eval() 70 bool evalQuant8(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalQuant8()
|
H A D | Select.cpp | 39 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
|
H A D | LogicalAndOr.cpp | 40 const bool8* bData, const Shape& bShape, bool8* outputData, const Shape& outputShape) { in compute()
|
H A D | Comparisons.cpp | 41 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
|
H A D | Broadcast.cpp | 212 const Shape& bShape, int32_t activation, int32_t* outputData, in executeInt32()
|