Home
last modified time | relevance | path

Searched refs:model_input_width (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_srcnn955.cpp39 …: cmd_parser(), common_opts(cmd_parser), model_input_width(nullptr), model_input_height(nullptr), … in GraphSRCNN955Example()
41 model_input_width = cmd_parser.add_option<SimpleOption<unsigned int>>("image-width", 300); in GraphSRCNN955Example()
45 model_input_width->set_help("Input image width."); in GraphSRCNN955Example()
68 const unsigned int image_width = model_input_width->value(); in do_setup()
140 SimpleOption<unsigned int> *model_input_width{ nullptr }; member in GraphSRCNN955Example
H A Dgraph_resnet12.cpp39 …: cmd_parser(), common_opts(cmd_parser), model_input_width(nullptr), model_input_height(nullptr), … in GraphResNet12Example()
41 model_input_width = cmd_parser.add_option<SimpleOption<unsigned int>>("image-width", 192); in GraphResNet12Example()
45 model_input_width->set_help("Input image width."); in GraphResNet12Example()
68 const unsigned int image_width = model_input_width->value(); in do_setup()
155 SimpleOption<unsigned int> *model_input_width{ nullptr }; member in GraphResNet12Example
H A Dgraph_vgg_vdsr.cpp42 model_input_width = cmd_parser.add_option<SimpleOption<unsigned int>>("image-width", 192); in GraphVDSRExample()
46 model_input_width->set_help("Input image width."); in GraphVDSRExample()
69 const unsigned int image_width = model_input_width->value(); in do_setup()
160 SimpleOption<unsigned int> *model_input_width{ nullptr }; member in GraphVDSRExample
H A Dgraph_inception_resnet_v1.cpp41 …: cmd_parser(), common_opts(cmd_parser), common_params(), model_input_width(nullptr), model_input_… in InceptionResNetV1Example()
43 model_input_width = cmd_parser.add_option<SimpleOption<unsigned int>>("image-width", 512); in InceptionResNetV1Example()
47 model_input_width->set_help("Input image width."); in InceptionResNetV1Example()
69 const unsigned int image_width = model_input_width->value(); in do_setup()
234 SimpleOption<unsigned int> *model_input_width{ nullptr }; member in InceptionResNetV1Example