Home
last modified time | relevance | path

Searched refs:model_list (Results 1 – 25 of 106) sorted by relevance

12345

/dports/graphics/opencv/opencv-4.5.3/samples/dnn/dnn_model_runner/dnn_conversion/common/
H A Dutils.py93 def get_formatted_model_list(model_list): argument
96 return note_line + ''.join([spaces_to_set, '{} \n'] * len(model_list)).format(*model_list)
99 def model_str(model_list): argument
101 if input_val.lower() in model_list:
106 get_formatted_model_list(model_list)
144 def create_extended_parser(model_list): argument
148 type=model_str(model_list=model_list),
150 get_formatted_model_list(model_list),
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dvideomodelwidget.c50 static const vice_gtk3_radiogroup_entry_t *model_list = NULL; variable
60 return vice_gtk3_radiogroup_get_list_index(model_list, model); in get_model_index()
127 model_list = models; in video_model_widget_set_models()
150 if (model_list != NULL) { in video_model_widget_create()
151 for (i = 0; model_list[i].name != NULL; i++) { in video_model_widget_create()
152 radio = gtk_radio_button_new_with_label(group, model_list[i].name); in video_model_widget_create()
213 debug_gtk3("adding model ID %d.", model_list[i].id); in video_model_widget_connect_signals()
216 GINT_TO_POINTER(model_list[i].id)); in video_model_widget_connect_signals()
H A Dmachinemodelwidget.c47 static const char **model_list = NULL; variable
135 model_list = list; in machine_model_widget_set_models()
166 list = model_list; in machine_model_widget_create()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Dvideomodelwidget.c50 static const vice_gtk3_radiogroup_entry_t *model_list = NULL; variable
60 return vice_gtk3_radiogroup_get_list_index(model_list, model); in get_model_index()
121 model_list = models; in video_model_widget_set_models()
144 if (model_list != NULL) { in video_model_widget_create()
145 for (i = 0; model_list[i].name != NULL; i++) { in video_model_widget_create()
146 radio = gtk_radio_button_new_with_label(group, model_list[i].name); in video_model_widget_create()
206 GINT_TO_POINTER(model_list[i].id)); in video_model_widget_connect_signals()
H A Dmachinemodelwidget.c47 static const char **model_list = NULL; variable
102 model_list = list; in machine_model_widget_set_models()
133 list = model_list; in machine_model_widget_create()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/tests/model_zoo/
H A Dtest_model_zoo.py46 for model in model_list:
60 for model in model_list:
98 for model in model_list:
404 for model in model_list:
596 _test_model_list(model_list, ctx, x)
604 _test_model_list(model_list, ctx, x)
614 _calib_model_list(model_list, ctx, x)
616 model_list = ['inceptionv3']
618 _calib_model_list(model_list, ctx, x)
661 _test_model_list(model_list, ctx, x)
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/tests/
H A Dtest_mindtpy_regularization.py31 model_list = [EightProcessFlowsheet(convex=True), variable
54 for model in model_list:
68 for model in model_list:
82 for model in model_list:
96 for model in model_list:
110 for model in model_list:
124 for model in model_list:
138 for model in model_list:
152 for model in model_list:
168 for model in model_list:
[all …]
H A Dtest_mindtpy_lp_nlp.py37 model_list = [EightProcessFlowsheet(convex=True), variable
56 for model in model_list:
72 for model in model_list:
86 for model in model_list:
102 for model in model_list:
118 for model in model_list:
134 for model in model_list:
150 for model in model_list:
166 for model in model_list:
182 for model in model_list:
H A Dtest_mindtpy.py40 model_list = [EightProcessFlowsheet(convex=True), variable
79 for model in model_list:
106 for model in model_list:
123 for model in model_list:
140 for model in model_list:
157 for model in model_list:
173 for model in model_list:
189 for model in model_list:
205 for model in model_list:
221 for model in model_list:
H A Dtest_mindtpy_ECP.py28 model_list = [EightProcessFlowsheet(convex=True), variable
48 for model in model_list:
63 for model in model_list:
H A Dtest_mindtpy_feas_pump.py32 model_list = [EightProcessFlowsheet(convex=True), variable
59 for model in model_list:
71 for model in model_list:
H A Dtest_mindtpy_global.py30 model_list = [EightProcessFlowsheet(convex=False), variable
51 for model in model_list:
64 for model in model_list:
H A Dtest_mindtpy_global_lp_nlp.py35 model_list = [EightProcessFlowsheet(convex=False), variable
56 for model in model_list:
70 for model in model_list:
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/evaluate/tests/
H A Dtest_owcalibrationplot.py286 self._set_list_selection(model_list, [0])
302 self._set_list_selection(model_list, [1])
316 self._set_list_selection(model_list, [])
320 self._set_list_selection(model_list, [1])
336 self._set_list_selection(model_list, [1])
339 self._set_list_selection(model_list, [])
417 self._set_list_selection(model_list, [0])
428 self._set_list_selection(model_list, [0])
437 self._set_list_selection(model_list, [0])
444 self._set_list_selection(model_list, [0])
[all …]
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Web/
H A DSearch.pm80 my $model_list = [ grep { defined } $s->resultset('Device')->get_distinct_col('model') ];
93 model_list => $model_list,
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/commands/
H A Dlist_model_info.py80 model_list = [django_apps.get_model(MODEL)]
82 model_list = sorted(
85 for model in model_list:
145 self.stdout.write(INFO("Total Models Listed: %d" % len(model_list)))
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/onnx/
H A Dgenerate_model_support_matrix.py209 model_list = type_to_list[modle_type]
211 for model in model_list:
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/onnx/
H A Dgenerate_model_support_matrix.py209 model_list = type_to_list[modle_type]
211 for model in model_list:
/dports/cad/alliance/alliance/src/loon/src/
H A Dlon_optim_stats.c123 extern ptype_list* percent_instance(ptype_list* model_list) in percent_instance() argument
130 if (!model_list) return NULL; in percent_instance()
133 for (ptype=model_list; ptype; ptype=ptype->NEXT) { in percent_instance()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelinterp.cpp1969 n_verts = vb->model_list->n_verts; in model_interp_pack_buffer()
1971 vertex *vl = &vb->model_list->vert[i]; in model_interp_pack_buffer()
1989 Assert(vb->model_list->norm != NULL); in model_interp_pack_buffer()
1999 Assert(vb->model_list->tsb != NULL); in model_interp_pack_buffer()
2054 if ( !model->buffer.model_list ) { in interp_pack_vertex_buffers()
2196 if ( !model_list ) { in interp_configure_vertex_buffers()
2200 model->buffer.model_list = model_list; in interp_configure_vertex_buffers()
2227 if (model_list->tsb != NULL) { in interp_configure_vertex_buffers()
2232 if ( model_list->submodels != NULL ) { in interp_configure_vertex_buffers()
2413 poly_list *model_list = pm->submodel[mn].buffer.model_list; in interp_create_transparency_index_buffer() local
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/model/
H A Dbootstrapper.c269 register gchar **model_list = g_strsplit(models, " ", 1024); in Bootstrapper_process() local
273 for(i = 0; model_list[i]; i++){ in Bootstrapper_process()
274 g_message("Processing model [%s]", model_list[i]); in Bootstrapper_process()
275 type = Model_Type_from_string(model_list[i]); in Bootstrapper_process()
403 g_error("Unknown Model type [%s]", model_list[i]); in Bootstrapper_process()
407 g_strfreev(model_list); in Bootstrapper_process()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/
H A DVBSPData.cpp40 model_list.push_back(newModel); in addModel()
46 return model_list.size(); in getNumModels()
52 return model_list[index]; in getModel()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/
H A DVBSPData.cpp40 model_list.push_back(newModel); in addModel()
46 return model_list.size(); in getNumModels()
52 return model_list[index]; in getModel()
/dports/databases/py-south/South-1.0.2/south/management/commands/
H A Dconvert_to_south.py55 model_list = models.get_models(app_module)
56 if not model_list:
/dports/cad/alliance/alliance/src/rds/src/
H A Dgds_drive.c622 ptype_list *model_list; local
641 model_list = (ptype_list *)reverse((chain_list *)getrdsmodellist(Figure));
733 while (model_list) {
734 if (pv_sauve_modele((rdsfig_list *)model_list->DATA, fp, &date) < 0)
736 model_list = model_list->NEXT;

12345