Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:DEFINE_integer

91 DEFINE_integer: takes an input and interprets it as an integer.  Takes
110 DEFINE_multi_int: The same as DEFINE_integer, except the flag can be
163 gflags.DEFINE_integer('my_version', 0, 'Version number.')
212 gflags.DEFINE_integer('age', None, 'your age in years', lower_bound=0)
294 gflags.DEFINE_integer('num_replicas', 3, 'Number of replicas to start')
318 gflags.DEFINE_integer('num_iterations', 0, 'Number of iterations.')
1133 gflags.DEFINE_integer('foo', 1, 'Integer flag.')
2184 functions, such as DEFINE_string or DEFINE_integer. But developers
2569 def DEFINE_integer(name, default, help, lower_bound=None, upper_bound=None,