Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/model_utils/
Dconfig.py79 cfgs = yaml.load_all(fin.read(), Loader=yaml.FullLoader)
80 cfgs = [x for x in cfgs]
81 if len(cfgs) == 1:
83 cfg = cfgs[0]
85 elif len(cfgs) == 2:
86 cfg, cfg_helper = cfgs
88 elif len(cfgs) == 3:
89 cfg, cfg_helper, cfg_choices = cfgs
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go107 var cfgs []string
109 cfgs = []string{ec}
111 cfgs = strings.Split(ec, "_")
113 for _, c := range cfgs {
217 var cfgs []string
219 cfgs = []string{ec}
221 cfgs = strings.Split(ec, "_")
227 for _, c := range cfgs {
/third_party/skia/gm/
Dimagescalealigned.cpp53 } cfgs[] = { in onDraw() local
65 for (size_t i = 0; i < SK_ARRAY_COUNT(cfgs); ++i) { in onDraw()
67 canvas->translate(cfgs[i].offset.x(), cfgs[i].offset.y()); in onDraw()
68 canvas->scale(cfgs[i].scale.x(), cfgs[i].scale.y()); in onDraw()
/third_party/flutter/skia/gm/
Dimagescalealigned.cpp54 } cfgs[] = { in onDraw() local
66 for (size_t i = 0; i < SK_ARRAY_COUNT(cfgs); ++i) { in onDraw()
68 canvas->translate(cfgs[i].offset.x(), cfgs[i].offset.y()); in onDraw()
69 canvas->scale(cfgs[i].scale.x(), cfgs[i].scale.y()); in onDraw()
/third_party/mindspore/mindspore/lite/examples/transfer_learning/model/
Deffnet.py212 def __init__(self, cfgs, num_classes=1000): argument
215 self.cfgs = cfgs
314 cfgs = [
329 return EfficientNet(cfgs, **kwargs)
/third_party/mindspore/mindspore/lite/examples/export_models/models/
Deffnet.py212 def __init__(self, cfgs, num_classes=1000): argument
215 self.cfgs = cfgs
298 cfgs = [
313 return EfficientNet(cfgs, **kwargs)
/third_party/mindspore/tests/st/quantization/mobilenetv2_quant/
DmobilenetV2.py161 self.cfgs = inverted_residual_setting
163 self.cfgs = [
182 for t, c, n, s in self.cfgs:
/third_party/mesa3d/src/intel/common/
Dintel_l3_config.c308 const struct intel_l3_config *const cfgs = list->configs; in intel_get_l3_config() local
313 const struct intel_l3_config *cfg = &cfgs[i]; in intel_get_l3_config()
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp817 EGLConfig cfgs[1]; in init()
822 expectFalse(eglGetConfigs(EGL_NO_DISPLAY, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs)); in init()
825 expectFalse(eglGetConfigs((EGLDisplay)-1, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs)); in init()
832 expectFalse(eglGetConfigs(display, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), DE_NULL)); in init()
/third_party/gn/src/gn/
Drust_project_writer.cc306 ConfigList cfgs = in AddTarget() local
312 for (auto& cfg : cfgs) { in AddTarget()
/third_party/boost/tools/build/src/build/
Dproject.jam557 local cfgs = project site test user all ;
558 if ! $(module-name) in $(cfgs)-config
923 local cfgs = project site test user ;
924 if $(project) in $(cfgs)-config
1329 local cfgs = project site test user ;
1330 if ! $(m) in $(cfgs)-config
/third_party/alsa-lib/src/
Dconf.c4488 int snd_config_update_r(snd_config_t **_top, snd_config_update_t **_update, const char *cfgs) in snd_config_update_r() argument
4501 configs = cfgs; in snd_config_update_r()