Home
last modified time | relevance | path

Searched refs:get_action (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dconfig_lib.py50 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/
Drx-eventloop.hpp55 controller.schedule(lifetime, scbl.get_action()); in schedule()
59 controller.schedule(when, lifetime, scbl.get_action()); in schedule()
/external/toybox/toys/pending/
Droute.c238 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/
Drx-scheduler.hpp557 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/
Dconversion.py145 action = rule.get_action(m)