Searched refs:b6_init (Results 1 – 13 of 13) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | conv_3_h3_w2_SAME_relaxed.model.cpp | 21 static int32_t b6_init[] = {1}; in CreateModel() local 22 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_SAME.model.cpp | 21 static int32_t b6_init[] = {1}; in CreateModel() local 22 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_VALID_relaxed.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_VALID.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_VALID.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_VALID_relaxed.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_SAME_relaxed.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_SAME.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | depthwise_conv.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
D | depthwise_conv_relaxed.model.cpp | 22 static int32_t b6_init[] = {1}; in CreateModel() local 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1); in CreateModel()
|
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/ |
D | stdout.txt.expect | 21 static int32_t b6_init[] = {2}; 22 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1);
|
/frameworks/ml/nn/tools/test_generator/tests/P_conv/ |
D | stdout.txt.expect | 22 static int32_t b6_init[] = {1}; 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1);
|
/frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/ |
D | stdout.txt.expect | 22 static int32_t b6_init[] = {1}; 23 model->setOperandValue(b6, b6_init, sizeof(int32_t) * 1);
|