Home
last modified time | relevance | path

Searched refs:act2 (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c108 …id, uint32_t htlink, uint32_t hmask, uint32_t hoffset, struct rtnl_act *act, struct rtnl_act *act2) in u32_add_filter_on_ht_with_hashmask() argument
143 rtnl_u32_add_action(cls, act2); in u32_add_filter_on_ht_with_hashmask()
245 struct rtnl_act *act, *act2; in main() local
391 act2 = rtnl_act_alloc(); in main()
392 if (!act2) { in main()
393 printf("rtnl_act_alloc() returns %p\n", act2); in main()
396 rtnl_tc_set_kind(TC_CAST(act2), "mirred"); in main()
397 rtnl_mirred_set_action(act2, TCA_EGRESS_REDIR); in main()
398 rtnl_mirred_set_policy(act2, TC_ACT_STOLEN); in main()
399 rtnl_mirred_set_ifindex(act2, rtnl_link_name2i(link_cache, "eth1")); in main()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoevtimers.c42 struct sigaction act1, act2; in main() local
51 act2.sa_handler = handler_alrm; in main()
52 act2.sa_flags = 0; in main()
55 (sigemptyset(&act2.sa_mask) != 0)) { in main()
60 (sigaction(SIGALRM, &act2, 0) != 0)) { in main()
/third_party/mindspore/mindspore/lite/examples/export_models/models/
Deffnet.py77 self.act2 = nn.Sigmoid()
84 o = self.act2(o) # .view(b, c, 1,1)
172 self.act2 = Swish()
196 x = self.act2(x)
253 self.act2 = Swish()
267 x = self.act2(x)
/third_party/mindspore/mindspore/lite/examples/transfer_learning/model/
Deffnet.py72 self.act2 = nn.Sigmoid()
79 o = self.act2(o)
167 self.act2 = Swish()
194 x = self.act2(x)
260 self.act2 = Swish()
276 x = self.act2(x)
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dvae_mnist.py49 self.act2 = nn.ReLU()
72 x_mean = self.sigmoid(self.fc3(self.act2(self.fc2(self.act1(self.fc1(z))))))
92 self.act2 = nn.ReLU()
108 z_logit = self.act2(self.fc2(self.act1(self.fc1(x))))
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java2851 short[] act1, short[] act2) { in ImpTabPair() argument
2853 impact = new short[][] {act1, act2}; in ImpTabPair()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java2885 short[] act1, short[] act2) { in ImpTabPair() argument
2887 impact = new short[][] {act1, act2}; in ImpTabPair()
/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp2286 UnicodeString act2(ubuffer); in Test3785() local
2287 if ( act2 != exp2 ) { in Test3785()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m42496 # | m4_append([hooks], [m4_define([act1], [act2])])dnl
2497 # | m4_append([hooks], [m4_define([act2], [active])])dnl