Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py96 def add_arguments(parser: argparse.ArgumentParser, function
Dpigweed_presubmit.py689 cli.add_arguments(parser, PROGRAMS, 'quick')
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc258 *request.add_arguments() = argument->handle(); in Execute()
336 *single_request.add_arguments() = argument->handle(); in ExecuteParallel()
Dlocal_client.cc215 *snapshot->add_arguments() = literal->ToProto(); in DumpArguments()
/external/pigweed/pw_presubmit/
Ddocs.rst64 :members: add_arguments, run
222 cli.add_arguments(parser, PROGRAMS, 'quick')
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc719 *hlo_snapshot->add_arguments() = literal->ToProto(); in DoWork()
/external/python/cpython2/Lib/test/
Dtest_argparse.py210 def __init__(self, tester_cls, add_arguments, parse_args): argument
211 self._add_arguments = add_arguments
253 for add_arguments in [no_groups, one_group, many_groups]:
255 AddTests(cls, add_arguments, parse_args)
/external/llvm-project/polly/utils/
Dargparse.py306 def add_arguments(self, actions): member in HelpFormatter
2286 formatter.add_arguments(action_group._group_actions)
/external/python/cpython2/Lib/
Dargparse.py273 def add_arguments(self, actions): member in HelpFormatter
2311 formatter.add_arguments(action_group._group_actions)
/external/python/cpython3/Lib/test/
Dtest_argparse.py196 def __init__(self, tester_cls, add_arguments, parse_args): argument
197 self._add_arguments = add_arguments
239 for add_arguments in [no_groups, one_group, many_groups]:
241 AddTests(cls, add_arguments, parse_args)
/external/python/cpython3/Lib/
Dargparse.py275 def add_arguments(self, actions): member in HelpFormatter
2525 formatter.add_arguments(action_group._group_actions)
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc82 *module->add_arguments() = literal.ToProto(); in RecordArguments()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc878 op_builder.add_arguments(args_fb); in Encode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h2225 void add_arguments( in add_arguments() function
2347 builder_.add_arguments(arguments);