Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/tools/assign/
H A DduaIterate_analysis.py56 step_values = [] # list of lists
93 iteration = len(step_values)
98 step_values.append(
106 print(" parsed %s steps" % len(step_values))
108 return [header] + step_values, step_counts
111 def parse_stdout(step_values, stdout): argument
134 if step >= len(step_values):
189 def gnuplot_vehicle_summary(plotfile, xlabel, step_values): argument
192 for values in step_values:
211 parse_stdout(step_values, options.stdout)
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssshorthandpropertyimpl.c589 GtkCssValue *step_values[7]; in parse_background() local
596 step_values[i] = NULL; in parse_background()
599 step_values[6] = NULL; in parse_background()
622 step_values[i] = NULL; in parse_background()
632 values[6] = step_values[6]; in parse_background()
702 GtkCssValue *step_values[4]; in parse_transition() local
709 step_values[i] = NULL; in parse_transition()
733 step_values[i] = NULL; in parse_transition()
819 GtkCssValue *step_values[7]; in parse_animation() local
826 step_values[i] = NULL; in parse_animation()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssshorthandpropertyimpl.c622 GtkCssValue *step_values[7]; in parse_background() local
629 step_values[i] = NULL; in parse_background()
632 step_values[6] = NULL; in parse_background()
655 step_values[i] = NULL; in parse_background()
665 values[6] = step_values[6]; in parse_background()
728 GtkCssValue *step_values[4]; in parse_transition() local
735 step_values[i] = NULL; in parse_transition()
759 step_values[i] = NULL; in parse_transition()
845 GtkCssValue *step_values[7]; in parse_animation() local
852 step_values[i] = NULL; in parse_animation()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/model_zoo/resnet/
H A Dsolver_896_bf16.prototxt4 step_values: 42900
5 step_values: 85800
6 step_values: 114400
H A Dsolver_864.prototxt4 step_values: 44490
5 step_values: 88980
6 step_values: 118640
H A Dsolver_864_bf16.prototxt4 step_values: 44490
5 step_values: 88980
6 step_values: 118640
H A Ddummy_solver_864.prototxt4 step_values: 44490
5 step_values: 88980
6 step_values: 118640
H A Ddummy_solver_864_bf16.prototxt4 step_values: 44490
5 step_values: 88980
6 step_values: 118640
H A Dsolver_896.prototxt4 step_values: 42900
5 step_values: 85800
6 step_values: 114400
H A Dsolver_bf16.prototxt15 step_values: 150000
16 step_values: 300000
17 step_values: 400000
H A Dsolver.prototxt15 step_values: 150000
16 step_values: 300000
17 step_values: 400000
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/model_zoo/convnet/
H A Dsolver.prototxt15 step_values: 150000
16 step_values: 300000
17 step_values: 400000
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dfind_step.py83 step_values = _StepFunctionValues(values, step_index)
84 return _RootMeanSquareDeviation(values, step_values)
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DSolver.hpp148 itemp[i] = p->step_values(i); in parseSolverParams()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Deval.c3567 SCM step_values = SCM_EOL; in CEVAL() local
3573 step_values = scm_cons (value, step_values); in CEVAL()
3576 step_values, in CEVAL()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/proto/
H A Dgxm.proto148 repeated int32 step_values = 19; field