Home
last modified time | relevance | path

Searched defs:func_args (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info_test.cc72 const std::vector<ArgSpec> func_args{{"in1", "float32"}, {"in2", "int32"}}; in PopulateSampleLibrary() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dpromote_resources_to_args.cc214 auto func_args = function.getArguments().take_front( in PromoteResourcesToArguments() local
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_test.cc657 std::vector<TF_AbstractTensor*> func_args; in TEST_P() local
846 std::vector<TF_AbstractTensor*> func_args; in TEST_P() local
/external/python/cpython3/Modules/_sqlite/
Dcursor.c377 PyObject* func_args; in _pysqlite_query_execute() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c447 PyObject* func_args; in _pysqlite_query_execute() local
/external/python/cpython3/Modules/
D_testcapimodule.c4833 PyObject *func, *func_args; in test_pyobject_fastcall() local
4851 PyObject *func, *func_args, *kwargs; in test_pyobject_fastcalldict() local
4878 PyObject *func, *func_args, *kwnames = NULL; in test_pyobject_vectorcall() local