Searched defs:b130_init (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
H A Dmobilenet_224_gender_basic_fixed.model.cpp344 static int32_t b130_init[] = {1}; local
345 model->setOperandValue(b130, b130_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_224_gender_basic_fixed_relaxed.model.cpp344 static int32_t b130_init[] = {1}; local
345 model->setOperandValue(b130, b130_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_quantized.model.cpp352 static int32_t b130_init[] = {0}; local
353 model->setOperandValue(b130, b130_init, sizeof(int32_t) * 1);
[all...]

Completed in 1359 milliseconds