Home
last modified time | relevance | path

Searched defs:shape2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/operations/
DBroadcast.cpp78 const Shape& shape2, int32_t activation, _Float16* out, in binaryOperationFloat16()
93 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32()
120 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16()
127 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8()
232 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32()
259 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16()
266 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8()
313 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32()
330 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16()
337 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8()
[all …]
DMaximumMinimum.cpp97 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
/frameworks/ml/nn/common/
DUtilsTest.cpp35 Shape shape2; in TEST() local
52 Shape shape2; in TEST() local
/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes()