Home
last modified time | relevance | path

Searched refs:b0_init (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dfully_connected_float.model.cpp16 static float b0_init[] = {4.0f}; in CreateModel() local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
Dfully_connected_float_large.model.cpp16 static float b0_init[] = {900000.0f}; in CreateModel() local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
Dfully_connected_float_large_relaxed.model.cpp16 static float b0_init[] = {900000.0f}; in CreateModel() local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
Dfully_connected_float_relaxed.model.cpp16 static float b0_init[] = {4.0f}; in CreateModel() local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
Dfully_connected_float_3.model.cpp17 static float b0_init[] = {1.0f}; in CreateModel() local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 1); in CreateModel()
Dfully_connected_float_4d_simple.model.cpp17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; in CreateModel() local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 3); in CreateModel()
Dfully_connected_quant8_large.model.cpp16 static int32_t b0_init[] = {10}; in CreateModel() local
17 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1); in CreateModel()
Dfully_connected_float_4d_simple_relaxed.model.cpp17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; in CreateModel() local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 3); in CreateModel()
Dfully_connected_float_2.model.cpp17 …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()
Dfully_connected_float_2_relaxed.model.cpp17 …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()
Dfully_connected_quant8_2.model.cpp17 static int32_t b0_init[] = {4, 8, 12}; in CreateModel() local
18 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 3); in CreateModel()
Dfully_connected_quant8.model.cpp17 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/
Dstdout.txt.expect11 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/
Dstdout.txt.expect14 static int32_t b0_init[] = {0};
15 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1);