Searched refs:get_action (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/core/ |
D | config_lib.py | 50 def get_action(self, module): member in DoNotConvert 62 def get_action(self, module): member in Convert
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-eventloop.hpp | 55 controller.schedule(lifetime, scbl.get_action()); in schedule() 59 controller.schedule(when, lifetime, scbl.get_action()); in schedule()
|
/external/toybox/toys/pending/ |
D | route.c | 238 static int get_action(char ***argv, struct _arglist *list) in get_action() function 257 int action = get_action(&argv, arglist1); //verify the arg for add/del. in setroute() 263 arg2_action = get_action(&argv, arglist2); //verify the arg for -net or -host in setroute()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 557 inline const action& get_action() const { in get_action() function in rxcpp::schedulers::schedulable 560 inline action& get_action() { in get_action() function in rxcpp::schedulers::schedulable 789 return schedulable(cs, scbl.get_worker(), scbl.get_action()); in make_schedulable() 793 return schedulable(cs, sc, scbl.get_action()); in make_schedulable() 797 return schedulable(scbl, sc, scbl.get_action()); in make_schedulable()
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | conversion.py | 145 action = rule.get_action(m)
|