Searched defs:bShape (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
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()
|
D | PRelu.cpp | 46 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()
|
D | Select.cpp | 32 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
|
D | LogicalAndOr.cpp | 34 const bool8* bData, const Shape& bShape, bool8* outputData, const Shape& outputShape) { in compute()
|
D | Comparisons.cpp | 35 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
|
D | Broadcast.cpp | 212 const Shape& bShape, int32_t activation, int32_t* outputData, in executeInt32()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsSimplifyRectThreadedTest.cpp | 32 int bShape = state.fB & 0x03; in testSimplify4x4RectsMain() local
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | ConcatLayer.cpp | 249 const armnn::TensorShape& bShape = inputShapes[b]; in InferOutputShapes() local
|