HomeSort by relevance Sort by last modified time
    Searched full:b160_init (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/runtime/test/generated/models/
mobilenet_224_gender_basic_fixed.model.cpp 404 static int32_t b160_init[] = {1}; local
405 model->setOperandValue(b160, b160_init, sizeof(int32_t) * 1);
    [all...]
mobilenet_224_gender_basic_fixed_relaxed.model.cpp 404 static int32_t b160_init[] = {1}; local
405 model->setOperandValue(b160, b160_init, sizeof(int32_t) * 1);
    [all...]
mobilenet_quantized.model.cpp 412 static int32_t b160_init[] = {1}; local
413 model->setOperandValue(b160, b160_init, sizeof(int32_t) * 1);
    [all...]

Completed in 1667 milliseconds