Searched defs:shape2 (Results 1 – 5 of 5) sorted by relevance
| /frameworks/ml/nn/common/operations/ |
| D | Broadcast.cpp | 69 const Shape& shape2, int32_t activation, _Float16* out, in binaryOperationFloat16() 84 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32() 111 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16() 117 bool addQuant8(const uint8_t* in1, const Shape& shape1, const uint8_t* in2, const Shape& shape2, in addQuant8() 182 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32() 209 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16() 215 bool mulQuant8(const uint8_t* in1, const Shape& shape1, const uint8_t* in2, const Shape& shape2, in mulQuant8() 243 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32() 260 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16() 266 bool subQuant8(const uint8_t* in1, const Shape& shape1, const uint8_t* in2, const Shape& shape2, in subQuant8() [all …]
|
| D | MaximumMinimum.cpp | 91 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
|
| /frameworks/ml/nn/common/ |
| D | UtilsTest.cpp | 31 Shape shape2; in TEST() local 48 Shape shape2; in TEST() local
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Region_Delegate.java | 79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes()
|
| /frameworks/ml/nn/runtime/test/generated/models/ |
| D | transpose_conv2d.model.cpp | 12503 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_2() local 12552 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_weight_as_input_2() local 12597 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_relaxed_2() local 12648 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_relaxed_weight_as_input_2() local 12695 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_quant8_2() local 12744 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_quant8_weight_as_input_2() local 12789 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_float16_2() local 12838 auto shape2 = model->addOperand(&type4); in CreateModel_nhwc_float16_weight_as_input_2() local 12883 auto shape2 = model->addOperand(&type4); in CreateModel_nchw_2() local 12932 auto shape2 = model->addOperand(&type4); in CreateModel_nchw_weight_as_input_2() local [all …]
|