Searched defs:shape2 (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | Broadcast.cpp | 80                             const Shape& shape2, int32_t activation, _Float16* out,  in binaryOperationFloat16()95 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2,  in addFloat32()
 122 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2,  in addFloat16()
 129 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2,  in addQuant8()
 234 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2,  in mulFloat32()
 261 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2,  in mulFloat16()
 268 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2,  in mulQuant8()
 315 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2,  in subFloat32()
 332 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2,  in subFloat16()
 339 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2,  in subQuant8()
 [all …]
 
 | 
| D | MaximumMinimum.cpp | 95 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2,  in eval()
 | 
| /packages/modules/NeuralNetworks/common/ | 
| D | UtilsTest.cpp | 43     Shape shape2;  in TEST()  local60     Shape shape2;  in TEST()  local
 
 |