Searched defs:add_argument (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
H A Dkernel.h407 void add_argument(const T &arg) { function in class:perftools::gputools::KernelArgsArray
554 args->add_argument(arg);
/external/tensorflow/tensorflow/java/src/gen/cc/
H A Djava_defs.h231 Method& add_argument(const Variable& var) { function in class:tensorflow::java::Method
/external/python/cpython2/Lib/
H A Dargparse.py16 parser.add_argument(
19 parser.add_argument(
29 example above shows, the add_argument() method is used to populate
41 the type= argument of add_argument() calls.
45 the action= argument of add_argument(). However, for greater
255 def add_argument(self, action): member in class:HelpFormatter
275 self.add_argument(action)
1113 ArgumentParser add_argument() method.
1263 def add_argument(self, *args, **kwargs): member in class:_ActionsContainer
1265 add_argument(des
[all...]
/external/python/cpython3/Lib/
H A Dargparse.py16 parser.add_argument(
19 parser.add_argument(
29 example above shows, the add_argument() method is used to populate
41 the type= argument of add_argument() calls.
45 the action= argument of add_argument(). However, for greater
256 def add_argument(self, action): member in class:HelpFormatter
276 self.add_argument(action)
1150 ArgumentParser add_argument() method.
1303 def add_argument(self, *args, **kwargs): member in class:_ActionsContainer
1305 add_argument(des
[all...]

Completed in 2334 milliseconds