/frameworks/ml/nn/runtime/test/generated/models/ |
D | conv2d_per_channel.model.cpp | 216 static int8_t op21_init[] = {1, 2, 1, 2, 1, 2}; in CreateModel_layouts_nhwc() local 217 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 6); in CreateModel_layouts_nhwc() 320 static int8_t op21_init[] = {1, 2, 1, 2, 1, 2}; in CreateModel_layouts_nchw() local 321 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 6); in CreateModel_layouts_nchw() 424 static int8_t op21_init[] = {1, 2, 1, 2, 1, 2}; in CreateModel_layouts_dynamic_output_shape_nhwc() local 425 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 6); in CreateModel_layouts_dynamic_output_shape_nhwc() 528 static int8_t op21_init[] = {1, 2, 1, 2, 1, 2}; in CreateModel_layouts_dynamic_output_shape_nchw() local 529 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 6); in CreateModel_layouts_dynamic_output_shape_nchw()
|
D | depthwise_conv2d_per_channel.model.cpp | 227 static int8_t op21_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_different() local 228 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 16); in CreateModel_different() 329 static int8_t op21_init[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in CreateModel_different_dynamic_output_shape() local 330 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 16); in CreateModel_different_dynamic_output_shape()
|
D | depthwise_conv2d_v1_2.model.cpp | 2672 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, -9.0f, 10.0f, -11.0f, 12.0f, 5.0f, 6.0f, 7.0f,… in CreateModel_nhwc_2() local 2673 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_nhwc_2() 2720 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, -9.0f, 10.0f, -11.0f, 12.0f, 5.0f, 6.0f, 7.0f,… in CreateModel_nhwc_relaxed_2() local 2721 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_nhwc_relaxed_2() 2770 …static _Float16 op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, -9.0f, 10.0f, -11.0f, 12.0f, 5.0f, 6.0f, 7.… in CreateModel_nhwc_float16_2() local 2771 model->setOperandValue(op21, op21_init, sizeof(_Float16) * 16); in CreateModel_nhwc_float16_2() 2818 …static uint8_t op21_init[] = {130, 132, 134, 136, 110, 148, 106, 152, 138, 140, 142, 144, 154, 100… in CreateModel_nhwc_quant8_2() local 2819 model->setOperandValue(op21, op21_init, sizeof(uint8_t) * 16); in CreateModel_nhwc_quant8_2() 2866 static int8_t op21_init[] = {2, 8, 6, 16, -18, 40, -22, 48, 10, 24, 14, 32, 26, -56, 30, -64}; in CreateModel_nhwc_channelQuant8_3() local 2867 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 16); in CreateModel_nhwc_channelQuant8_3() [all …]
|
D | grouped_conv2d.model.cpp | 12405 …static float op21_init[] = {100.0f, 20.0f, 1.0f, 200.0f, 10.0f, 2.0f, 200.0f, 30.0f, 1.0f, 100.0f,… in CreateModel_large_nhwc() local 12406 model->setOperandValue(op21, op21_init, sizeof(float) * 12); in CreateModel_large_nhwc() 12495 …static float op21_init[] = {100.0f, 20.0f, 1.0f, 200.0f, 10.0f, 2.0f, 200.0f, 30.0f, 1.0f, 100.0f,… in CreateModel_large_nhwc_relaxed() local 12496 model->setOperandValue(op21, op21_init, sizeof(float) * 12); in CreateModel_large_nhwc_relaxed() 12590 static uint8_t op21_init[] = {100, 20, 1, 200, 10, 2, 200, 30, 1, 100, 20, 3}; in CreateModel_large_nhwc_quant8() local 12591 model->setOperandValue(op21, op21_init, sizeof(uint8_t) * 12); in CreateModel_large_nhwc_quant8() 12682 static int8_t op21_init[] = {50, 10, 0, 100, 5, 1, 80, 12, 0, 40, 8, 1}; in CreateModel_large_nhwc_channelQuant8() local 12683 model->setOperandValue(op21, op21_init, sizeof(int8_t) * 12); in CreateModel_large_nhwc_channelQuant8() 12773 …static _Float16 op21_init[] = {100.0f, 20.0f, 1.0f, 200.0f, 10.0f, 2.0f, 200.0f, 30.0f, 1.0f, 100.… in CreateModel_large_nhwc_float16() local 12774 model->setOperandValue(op21, op21_init, sizeof(_Float16) * 12); in CreateModel_large_nhwc_float16() [all …]
|
D | depthwise_conv2d_dilation.model.cpp | 1988 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12… in CreateModel_nhwc_2() local 1989 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_nhwc_2() 2109 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12… in CreateModel_nchw_2() local 2110 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_nchw_2() 2231 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12… in CreateModel_dynamic_output_shape_nhwc_2() local 2232 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_dynamic_output_shape_nhwc_2() 2353 …static float op21_init[] = {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12… in CreateModel_dynamic_output_shape_nchw_2() local 2354 model->setOperandValue(op21, op21_init, sizeof(float) * 16); in CreateModel_dynamic_output_shape_nchw_2()
|