Home
last modified time | relevance | path

Searched defs:data_arg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.c4351 sock_sendmsg_iovec(PySocketSockObject *s, PyObject *data_arg, in sock_sendmsg_iovec()
4433 PyObject *data_arg, *cmsg_arg = NULL, *addr_arg = NULL, local
4629 PyObject *data_arg = NULL; local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc4282 Literal data_arg = LiteralUtil::CreateR1<int32>({1, 2, 3, 4}); in TEST_F() local