Searched refs:b8_init (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | depthwise_conv_relaxed.model.cpp | 31 static int32_t b8_init[] = {0}; in CreateModel() local 32 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel() 77 static int32_t b8_init[] = {0}; in CreateModel_dynamic_output_shape() local 78 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape() 122 static int32_t b8_init[] = {0}; in CreateModel_2() local 123 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_2() 168 static int32_t b8_init[] = {0}; in CreateModel_dynamic_output_shape_2() local 169 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape_2()
|
D | depthwise_conv.model.cpp | 31 static int32_t b8_init[] = {0}; in CreateModel() local 32 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel() 75 static int32_t b8_init[] = {0}; in CreateModel_dynamic_output_shape() local 76 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape() 118 static int32_t b8_init[] = {0}; in CreateModel_2() local 119 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_2() 162 static int32_t b8_init[] = {0}; in CreateModel_dynamic_output_shape_2() local 163 model->setOperandValue(b8, b8_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape_2()
|