Searched refs:axis_init (Results 1 - 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
H A Dmean.model.cpp13 static int32_t axis_init[] = {2}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 1);
H A Dmean_float_1.model.cpp13 static int32_t axis_init[] = {1, 0, -3, -3}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 4);
H A Dmean_float_1_relaxed.model.cpp13 static int32_t axis_init[] = {1, 0, -3, -3}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 4);
H A Dmean_float_2.model.cpp13 static int32_t axis_init[] = {0, 2}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 2);
H A Dmean_float_2_relaxed.model.cpp13 static int32_t axis_init[] = {0, 2}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 2);
H A Dmean_quant8_1.model.cpp13 static int32_t axis_init[] = {1, 0, -3, -3}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 4);
H A Dmean_quant8_2.model.cpp13 static int32_t axis_init[] = {0, 2}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 2);
H A Dmean_relaxed.model.cpp13 static int32_t axis_init[] = {2}; local
14 model->setOperandValue(axis, axis_init, sizeof(int32_t) * 1);

Completed in 110 milliseconds