HomeSort by relevance Sort by last modified time
    Searched defs:op1_init (Results 1 - 13 of 13) sorted by null

  /frameworks/ml/nn/runtime/test/generated/models/
conv_1_h3_w2_SAME.model.cpp 28 static float op1_init[] = {0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 1);
conv_1_h3_w2_SAME_relaxed.model.cpp 28 static float op1_init[] = {0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 1);
conv_1_h3_w2_VALID.model.cpp 28 static float op1_init[] = {0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 1);
conv_1_h3_w2_VALID_relaxed.model.cpp 28 static float op1_init[] = {0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 1);
conv_3_h3_w2_SAME.model.cpp 27 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
28 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
conv_3_h3_w2_SAME_relaxed.model.cpp 27 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
28 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
conv_3_h3_w2_VALID.model.cpp 28 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
conv_3_h3_w2_VALID_relaxed.model.cpp 28 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
29 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
depthwise_conv.model.cpp 30 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
31 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
depthwise_conv_relaxed.model.cpp 30 static float op1_init[] = {0.0f, 0.0f, 0.0f}; local
31 model->setOperandValue(op1, op1_init, sizeof(float) * 3);
mobilenet_224_gender_basic_fixed.model.cpp 520 static float op1_init[] = {0.247857f, 0.75021f, 0.741359f, 1.36951f, -0.799518f, 0.835508f, 1.00795f, 0.758906f, 0.872059f, -0.442585f, -0.724606f, 0.347115f, 0.0888976f, 0.718811f, 1.06249f, -0.285038f}; local
521 model->setOperandValue(op1, op1_init, sizeof(float) * 16);
    [all...]
mobilenet_224_gender_basic_fixed_relaxed.model.cpp 520 static float op1_init[] = {0.247857f, 0.75021f, 0.741359f, 1.36951f, -0.799518f, 0.835508f, 1.00795f, 0.758906f, 0.872059f, -0.442585f, -0.724606f, 0.347115f, 0.0888976f, 0.718811f, 1.06249f, -0.285038f}; local
521 model->setOperandValue(op1, op1_init, sizeof(float) * 16);
    [all...]
mobilenet_quantized.model.cpp 564 static int32_t op1_init[] = {18729, 13775, 11414, -1774, 12820, 13621, -5657, 12176, 7969, 11393, -2189, 8677, 13409, 13221, 15620, -12188, 1593, 10103, 84, 12516, 13811, 14050, 4619, -494, 12001, 12980, 1348, 1523, 13151, 12435, 12940, 10961}; local
565 model->setOperandValue(op1, op1_init, sizeof(int32_t) * 32);
    [all...]

Completed in 3123 milliseconds