Home
last modified time | relevance | path

Searched refs:exp_in (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c513 struct in_addr *exp_in = (struct in_addr *) expected; in expected_addr_match() local
515 if (s->sin_addr.s_addr != exp_in->s_addr) { in expected_addr_match()
518 inet_ntop(AF_INET, exp_in, in expected_addr_match()
524 struct in6_addr *exp_in = (struct in6_addr *) expected; in expected_addr_match() local
526 if (memcmp(&s6->sin6_addr, exp_in, sizeof(*exp_in))) { in expected_addr_match()
529 inet_ntop(AF_INET6, exp_in, in expected_addr_match()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md399 %exp_in = tosa.EXP(%value) : (tensor<%value.type>) -> tensor<%exp_in.type>
400 …%sub = tosa.SUB(%exp_in, %one_reshape) : (tensor<%exp_in.type>, tensor<%one_reshape.type>) -> tens…