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

/frameworks/ml/nn/runtime/test/generated/models/
H A Dmobilenet_224_gender_basic_fixed.model.cpp294 static int32_t b105_init[] = {1}; local
295 model->setOperandValue(b105, b105_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_224_gender_basic_fixed_relaxed.model.cpp294 static int32_t b105_init[] = {1}; local
295 model->setOperandValue(b105, b105_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_quantized.model.cpp302 static int32_t b105_init[] = {2}; local
303 model->setOperandValue(b105, b105_init, sizeof(int32_t) * 1);
[all...]

Completed in 644 milliseconds