Searched defs:perms_init (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | transpose.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 35 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local
|
D | transpose_float16.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 35 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local
|
D | transpose_relaxed.model.cpp | 11 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel() local 37 static int32_t perms_init[] = {0, 2, 1, 3}; in CreateModel_dynamic_output_shape() local
|
D | transpose_quant8_1.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 36 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local
|
D | transpose_float_1_relaxed.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 38 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local
|
D | transpose_float_1.model.cpp | 12 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel() local 36 static int32_t perms_init[] = {2, 0, 1, 3}; in CreateModel_dynamic_output_shape() local
|