Searched refs:b4_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 | 17 static int32_t b4_init[] = {1}; in CreateModel() local 18 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_SAME.model.cpp | 17 static int32_t b4_init[] = {1}; in CreateModel() local 18 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_VALID_relaxed.model.cpp | 18 static int32_t b4_init[] = {2}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_VALID.model.cpp | 18 static int32_t b4_init[] = {2}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_VALID.model.cpp | 18 static int32_t b4_init[] = {2}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_3_h3_w2_VALID_relaxed.model.cpp | 18 static int32_t b4_init[] = {2}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_SAME_relaxed.model.cpp | 18 static int32_t b4_init[] = {1}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | conv_1_h3_w2_SAME.model.cpp | 18 static int32_t b4_init[] = {1}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | depthwise_conv.model.cpp | 18 static int32_t b4_init[] = {1}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
D | depthwise_conv_relaxed.model.cpp | 18 static int32_t b4_init[] = {1}; in CreateModel() local 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1); in CreateModel()
|
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/ |
D | stdout.txt.expect | 17 static int32_t b4_init[] = {2}; 18 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
|
/frameworks/ml/nn/tools/test_generator/tests/P_conv/ |
D | stdout.txt.expect | 18 static int32_t b4_init[] = {1}; 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
|
/frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/ |
D | stdout.txt.expect | 18 static int32_t b4_init[] = {1}; 19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
|