Home
last modified time | relevance | path

Searched defs:bShape (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
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()
DPRelu.cpp46 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()
DSelect.cpp32 const Shape& aShape, const T* bData, const Shape& bShape, T* outputData, in compute()
DLogicalAndOr.cpp34 const bool8* bData, const Shape& bShape, bool8* outputData, const Shape& outputShape) { in compute()
DComparisons.cpp35 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
DBroadcast.cpp212 const Shape& bShape, int32_t activation, int32_t* outputData, in executeInt32()
/aosp_15_r20/external/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp32 int bShape = state.fB & 0x03; in testSimplify4x4RectsMain() local
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DConcatLayer.cpp249 const armnn::TensorShape& bShape = inputShapes[b]; in InferOutputShapes() local