Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp52num_detections_opt = cmd_parser.add_option<SimpleOption<std::string>>("num_detections_opt", ""); in GraphSSDMobilenetExample()
53num_detections_opt->set_help("Filename containing the reference values for the output num_detectio… in GraphSSDMobilenetExample()
122 SimpleOption<std::string> *num_detections_opt{ nullptr }; member in GraphSSDMobilenetExample
696 …ouput_3 << OutputLayer(get_npy_output_accessor(num_detections_opt->value(), TensorShape(1U), DataT… in create_graph_qasymm()