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

/frameworks/ml/nn/runtime/test/generated/models/
H A Dmobilenet_224_gender_basic_fixed.model.cpp376 static int32_t b146_init[] = {1}; local
377 model->setOperandValue(b146, b146_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_224_gender_basic_fixed_relaxed.model.cpp376 static int32_t b146_init[] = {1}; local
377 model->setOperandValue(b146, b146_init, sizeof(int32_t) * 1);
[all...]
H A Dmobilenet_quantized.model.cpp384 static int32_t b146_init[] = {1}; local
385 model->setOperandValue(b146, b146_init, sizeof(int32_t) * 1);
[all...]

Completed in 638 milliseconds