Searched defs:arg_list (Results 1 – 15 of 15) sorted by relevance
110 def get_reorder_line(name, arg_list): argument
27 struct arg_list { struct28 struct arg_list *next; argument29 char *arg;
47 def python_args(arg_list): argument
334 auto arg_list = attr_to_args_.find(attr.name()); in Code() local447 auto arg_list = attr_to_args_.find(attr.name()); in GetEagerFunctionSetup() local797 auto arg_list = attr_to_args_.find(attr.name()); in AddEagerInferredAttrs() local
157 auto arg_list = attr_arg_idx_map_.find(op_def_attr.name()); in InputForAttr() local
74 OpInputList arg_list; in GetComputationInputs() local
392 OpInputList arg_list; in Compute() local
422 CLArgList arg_list; member
137 def add(self, *arg_list):
150 def add(self, *arg_list):
762 struct arg arg_list[max_shapes]; in main() local
1063 PyObject* arg_list = Py_BuildValue("OO", py_shape, py_dtype); in Zeros() local1077 PyObject* arg_list = Py_BuildValue("OO", py_shape, py_dtype); in Ones() local1086 PyObject* arg_list = Py_BuildValue("(O)", tensor); in GraphShape() local
1677 std::string arg_list; in GenStruct() local
2624 std::string arg_list; in GenStruct() local
177 struct wl_list arg_list; member