/frameworks/ml/nn/runtime/test/generated/models/ |
D | depthwise_conv2d_per_channel.model.cpp | 433 static int8_t op22_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_layout_nhwc() local 434 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 16); in CreateModel_layout_nhwc() 543 static int8_t op22_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_layout_nchw() local 544 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 16); in CreateModel_layout_nchw() 653 static int8_t op22_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_layout_dynamic_output_shape_nhwc() local 654 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 16); in CreateModel_layout_dynamic_output_shape_nhwc() 763 static int8_t op22_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_layout_dynamic_output_shape_nchw() local 764 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 16); in CreateModel_layout_dynamic_output_shape_nchw()
|
D | depthwise_conv2d_dilation.model.cpp | 2471 …static float op22_init[] = {0.25f, 0.0f, 0.2f, 0.0f, 0.25f, 0.0f, 0.0f, 0.3f, 0.25f, 0.0f, 0.0f, 0… in CreateModel_nhwc_3() local 2472 model->setOperandValue(op22, op22_init, sizeof(float) * 16); in CreateModel_nhwc_3() 2524 …static float op22_init[] = {0.25f, 0.0f, 0.2f, 0.0f, 0.25f, 0.0f, 0.0f, 0.3f, 0.25f, 0.0f, 0.0f, 0… in CreateModel_nhwc_relaxed_2() local 2525 model->setOperandValue(op22, op22_init, sizeof(float) * 16); in CreateModel_nhwc_relaxed_2() 2579 …static _Float16 op22_init[] = {0.25f, 0.0f, 0.20000000298023224f, 0.0f, 0.25f, 0.0f, 0.0f, 0.30000… in CreateModel_nhwc_float16_2() local 2580 model->setOperandValue(op22, op22_init, sizeof(_Float16) * 16); in CreateModel_nhwc_float16_2() 2633 static uint8_t op22_init[] = {25, 0, 20, 0, 25, 0, 0, 30, 25, 0, 0, 0, 25, 10, 0, 0}; in CreateModel_nhwc_quant8_2() local 2634 model->setOperandValue(op22, op22_init, sizeof(uint8_t) * 16); in CreateModel_nhwc_quant8_2() 2886 …static float op22_init[] = {0.25f, 0.0f, 0.2f, 0.0f, 0.25f, 0.0f, 0.0f, 0.3f, 0.25f, 0.0f, 0.0f, 0… in CreateModel_nchw_3() local 2887 model->setOperandValue(op22, op22_init, sizeof(float) * 16); in CreateModel_nchw_3() [all …]
|
D | depthwise_conv2d_v1_2.model.cpp | 4530 static float op22_init[] = {0.25f, 0.0f, 0.25f, 1.0f, 0.25f, 0.0f, 0.25f, 1.0f}; in CreateModel_large_nhwc() local 4531 model->setOperandValue(op22, op22_init, sizeof(float) * 8); in CreateModel_large_nhwc() 4586 static float op22_init[] = {0.25f, 0.0f, 0.25f, 1.0f, 0.25f, 0.0f, 0.25f, 1.0f}; in CreateModel_large_nhwc_relaxed() local 4587 model->setOperandValue(op22, op22_init, sizeof(float) * 8); in CreateModel_large_nhwc_relaxed() 4644 static _Float16 op22_init[] = {0.25f, 0.0f, 0.25f, 1.0f, 0.25f, 0.0f, 0.25f, 1.0f}; in CreateModel_large_nhwc_float16() local 4645 model->setOperandValue(op22, op22_init, sizeof(_Float16) * 8); in CreateModel_large_nhwc_float16() 4701 static uint8_t op22_init[] = {130, 128, 130, 136, 130, 128, 130, 136}; in CreateModel_large_nhwc_quant8() local 4702 model->setOperandValue(op22, op22_init, sizeof(uint8_t) * 8); in CreateModel_large_nhwc_quant8() 4758 static int8_t op22_init[] = {2, 0, 2, 4, 2, 0, 2, 4}; in CreateModel_large_nhwc_channelQuant8() local 4759 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 8); in CreateModel_large_nhwc_channelQuant8() [all …]
|
D | grouped_conv2d.model.cpp | 14250 …static float op22_init[] = {1.0f, 2.0f, 3.0f, 2.0f, 1.0f, 0.0f, 2.0f, 3.0f, 3.0f, 6.0f, 6.0f, 6.0f… in CreateModel_channel_nhwc() local 14251 model->setOperandValue(op22, op22_init, sizeof(float) * 18); in CreateModel_channel_nhwc() 14342 …static float op22_init[] = {1.0f, 2.0f, 3.0f, 2.0f, 1.0f, 0.0f, 2.0f, 3.0f, 3.0f, 6.0f, 6.0f, 6.0f… in CreateModel_channel_nhwc_relaxed() local 14343 model->setOperandValue(op22, op22_init, sizeof(float) * 18); in CreateModel_channel_nhwc_relaxed() 14438 static uint8_t op22_init[] = {4, 8, 12, 8, 4, 0, 8, 12, 12, 24, 24, 24, 36, 32, 20, 8, 4, 4}; in CreateModel_channel_nhwc_quant8() local 14439 model->setOperandValue(op22, op22_init, sizeof(uint8_t) * 18); in CreateModel_channel_nhwc_quant8() 14530 static int8_t op22_init[] = {4, 8, 12, 7, 3, 0, 8, 12, 12, 20, 20, 20, 36, 32, 20, 7, 3, 3}; in CreateModel_channel_nhwc_channelQuant8() local 14531 model->setOperandValue(op22, op22_init, sizeof(int8_t) * 18); in CreateModel_channel_nhwc_channelQuant8() 14622 …static _Float16 op22_init[] = {1.0f, 2.0f, 3.0f, 2.0f, 1.0f, 0.0f, 2.0f, 3.0f, 3.0f, 6.0f, 6.0f, 6… in CreateModel_channel_nhwc_float16() local 14623 model->setOperandValue(op22, op22_init, sizeof(_Float16) * 18); in CreateModel_channel_nhwc_float16() [all …]
|