Home
last modified time | relevance | path

Searched defs:shape1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/operations/
DBroadcast.cpp68 bool binaryOperationFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, 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 …]
DMaximumMinimum.cpp91 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
/frameworks/ml/nn/common/
DUtilsTest.cpp30 Shape shape1; in TEST() local
47 Shape shape1; in TEST() local
/frameworks/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes()
/frameworks/ml/nn/runtime/test/generated/models/
Dtranspose_conv2d.model.cpp10607 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc() local
10656 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_weight_as_input() local
10701 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_relaxed() local
10752 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_relaxed_weight_as_input() local
10799 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_quant8() local
10848 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_quant8_weight_as_input() local
10893 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_channelQuant8() local
10942 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_channelQuant8_weight_as_input() local
10987 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_float16() local
11036 auto shape1 = model->addOperand(&type4); in CreateModel_nhwc_float16_weight_as_input() local
[all …]