/frameworks/ml/nn/runtime/test/generated/models/ |
D | transpose.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 12 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 35 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local 36 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|
D | transpose_float16.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 12 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 35 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local 36 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|
D | transpose_quant8_1.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 13 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 36 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local 37 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|
D | transpose_float_1_relaxed.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 13 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 38 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local 39 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|
D | transpose_relaxed.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 12 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 37 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local 38 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|
D | transpose_float_1.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 13 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel() 36 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local 37 model->setOperandValue(perms, perms_init, sizeof(int32_t) * 4); in CreateModel_dynamic_output_shape()
|