/frameworks/ml/nn/runtime/test/generated/models/ |
D | fully_connected_float.model.cpp | 16 static float b0_init[] = {4.0f}; in CreateModel() local 17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
|
D | fully_connected_float_large.model.cpp | 16 static float b0_init[] = {900000.0f}; in CreateModel() local 17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
|
D | fully_connected_float_large_relaxed.model.cpp | 16 static float b0_init[] = {900000.0f}; in CreateModel() local 17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
|
D | fully_connected_float_relaxed.model.cpp | 16 static float b0_init[] = {4.0f}; in CreateModel() local 17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
|
D | fully_connected_float_3.model.cpp | 17 static float b0_init[] = {1.0f}; in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
|
D | fully_connected_float_4d_simple.model.cpp | 17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(float) * 3); in CreateModel()
|
D | fully_connected_quant8_large.model.cpp | 16 static int32_t b0_init[] = {10}; in CreateModel() local 17 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1); in CreateModel()
|
D | fully_connected_float_4d_simple_relaxed.model.cpp | 17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(float) * 3); in CreateModel()
|
D | fully_connected_float_2.model.cpp | 17 …static float b0_init[] = {-0.160594f, 0.20577f, -0.078307f, -0.077984f, 0.001937f, 0.01586f, 0.036… in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(float) * 16); in CreateModel()
|
D | fully_connected_float_2_relaxed.model.cpp | 17 …static float b0_init[] = {-0.160594f, 0.20577f, -0.078307f, -0.077984f, 0.001937f, 0.01586f, 0.036… in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(float) * 16); in CreateModel()
|
D | fully_connected_quant8_2.model.cpp | 17 static int32_t b0_init[] = {4, 8, 12}; in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 3); in CreateModel()
|
D | fully_connected_quant8.model.cpp | 17 static int32_t b0_init[] = {4}; in CreateModel() local 18 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1); in CreateModel()
|
/frameworks/ml/nn/tools/test_generator/tests/P_full/ |
D | stdout.txt.expect | 11 static int32_t b0_init[] = {0}; 12 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1);
|
/frameworks/ml/nn/tools/test_generator/tests/P_weird/ |
D | stdout.txt.expect | 14 static int32_t b0_init[] = {0}; 15 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1);
|