Searched refs:height_init (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | resize_bilinear_2.model.cpp | 15 static int32_t height_init[] = {3}; in CreateModel() local 16 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel() 42 static int32_t height_init[] = {3}; in CreateModel_dynamic_output_shape() local 43 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape()
|
D | resize_bilinear_relaxed.model.cpp | 15 static int32_t height_init[] = {3}; in CreateModel() local 16 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel() 44 static int32_t height_init[] = {3}; in CreateModel_dynamic_output_shape() local 45 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape()
|
D | resize_bilinear_2_relaxed.model.cpp | 15 static int32_t height_init[] = {3}; in CreateModel() local 16 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel() 44 static int32_t height_init[] = {3}; in CreateModel_dynamic_output_shape() local 45 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape()
|
D | resize_bilinear.model.cpp | 15 static int32_t height_init[] = {3}; in CreateModel() local 16 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel() 42 static int32_t height_init[] = {3}; in CreateModel_dynamic_output_shape() local 43 model->setOperandValue(height, height_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape()
|