Searched refs:b0_init (Results 1 - 12 of 12) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
H A Dfully_connected_float.model.cpp16 static float b0_init[] = {4.0f}; local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1);
H A Dfully_connected_float_3.model.cpp17 static float b0_init[] = {1.0f}; local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 1);
H A Dfully_connected_float_4d_simple.model.cpp17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 3);
H A Dfully_connected_float_4d_simple_relaxed.model.cpp17 static float b0_init[] = {1.0f, 2.0f, 3.0f}; local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 3);
H A Dfully_connected_float_large.model.cpp16 static float b0_init[] = {900000.0f}; local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1);
H A Dfully_connected_float_large_relaxed.model.cpp16 static float b0_init[] = {900000.0f}; local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1);
H A Dfully_connected_float_relaxed.model.cpp16 static float b0_init[] = {4.0f}; local
17 model->setOperandValue(b0, b0_init, sizeof(float) * 1);
H A Dfully_connected_quant8.model.cpp17 static int32_t b0_init[] = {4}; local
18 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1);
H A Dfully_connected_quant8_2.model.cpp17 static int32_t b0_init[] = {4, 8, 12}; local
18 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 3);
H A Dfully_connected_quant8_large.model.cpp16 static int32_t b0_init[] = {10}; local
17 model->setOperandValue(b0, b0_init, sizeof(int32_t) * 1);
H A Dfully_connected_float_2.model.cpp17 static float b0_init[] = {-0.160594f, 0.20577f, -0.078307f, -0.077984f, 0.001937f, 0.01586f, 0.03681f, 0.012346f, 0.001028f, 0.038551f, 0.075415f, 0.020804f, 0.048478f, -0.03227f, 0.175688f, -0.085662f}; local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 16);
H A Dfully_connected_float_2_relaxed.model.cpp17 static float b0_init[] = {-0.160594f, 0.20577f, -0.078307f, -0.077984f, 0.001937f, 0.01586f, 0.03681f, 0.012346f, 0.001028f, 0.038551f, 0.075415f, 0.020804f, 0.048478f, -0.03227f, 0.175688f, -0.085662f}; local
18 model->setOperandValue(b0, b0_init, sizeof(float) * 16);

Completed in 266 milliseconds