Home
last modified time | relevance | path

Searched refs:is_top (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dgrad.cc71 …Ptr Grad(const FuncGraphPtr &func_graph, const pipeline::ResourceBasePtr &resources, bool is_top) { in Grad() argument
99 if (is_top) { in Grad()
104 f->Init(is_top); in Grad()
111 if (is_top) { in Grad()
Dgrad.h31 …ad(const FuncGraphPtr &func_graph, const pipeline::ResourceBasePtr &resources, bool is_top = true);
Ddfunctor.h64 void Init(bool is_top = false);
Ddfunctor.cc64 void DFunctor::Init(bool is_top) { in Init() argument
66 is_top_ = is_top; in Init()
/third_party/libinput/src/
Devdev-mt-touchpad-buttons.c1190 uint32_t current, old, button, is_top; in tp_post_clickpadbutton_buttons() local
1197 is_top = 0; in tp_post_clickpadbutton_buttons()
1212 is_top = 1; in tp_post_clickpadbutton_buttons()
1218 is_top = 1; in tp_post_clickpadbutton_buttons()
1224 is_top = 1; in tp_post_clickpadbutton_buttons()
1241 if ((tp->device->middlebutton.enabled || is_top) && in tp_post_clickpadbutton_buttons()
1255 if (is_top) in tp_post_clickpadbutton_buttons()
1262 tp->buttons.active_is_topbutton = is_top; in tp_post_clickpadbutton_buttons()
1266 is_top = tp->buttons.active_is_topbutton; in tp_post_clickpadbutton_buttons()
1278 is_top, in tp_post_clickpadbutton_buttons()
/third_party/gettext/build-aux/
Dtexi2html12720 my $is_top = '';
12725 $is_top = "top";
12748 &$Texi2HTML::Config::element_file_name ($element, $is_top, $docu_name);